Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2007-05-19 | native.bbclass: Unset CONFIG_SITE since we shouldn't be using site files for ↵ | Richard Purdie | 1 | |
native builds | ||||
2007-05-19 | classes/seppuku.bbclass: Merge with the one used at openmoko's autobuilder | Holger Freyther | 1 | |
-Properly quote the PR, PV and such. -Log communication with the bugzilla to a log file for inspection. | ||||
2007-05-19 | seppuku.bbclass: replace all examples with OE examples | Koen Kooi | 1 | |
2007-05-19 | seppuku.bbclass: start removing openmoko crap | Koen Kooi | 1 | |
2007-05-17 | sdk.bbclass: also package debug files | Koen Kooi | 1 | |
2007-05-17 | insane.bbclass: fix sdk builds | Koen Kooi | 1 | |
2007-05-16 | gtk-icon-cache.bbclass: postinst scripts need hicolor-icon-theme (bunch of ↵ | Koen Kooi | 1 | |
directories + 1 small textfile), so add it to RDEPENDS | ||||
2007-05-15 | libtool, autotools.bbclass: merge fixes for 1.5.10 from poky | Koen Kooi | 1 | |
* NOTE: 1.5.22 has to be updated as well | ||||
2007-05-12 | insane.bbclass: add support for ARM EABI/uclibc | Koen Kooi | 1 | |
2007-05-12 | classes/oplinux-mirrors.bbclass: Add mirrors for OPLinux distro | Stelios Koroneos | 1 | |
2007-05-11 | merge of '1bb8268fd7793fa7cde34e0d086742cc7a98a639' | Paul Sokolovsky | 1 | |
and '88cbce2efbfb5b53d746089e00d4c028271d57d2' | ||||
2007-05-11 | devshell.bbclass, patch.bbclass: Error on any non-zero rc from TERMCMD*. | Paul Sokolovsky | 2 | |
* Suggested by Richard Purdie. * Closes #2274. | ||||
2007-05-11 | devshell.bbclass, patch.bbclass: Check exit code of TERMCMD* commands to see ↵ | Paul Sokolovsky | 2 | |
if they were found at all. * Fixes #2274. | ||||
2007-05-10 | xfce.bbclass: update for 4.4.1 | Marcin Juszkiewicz | 1 | |
2007-05-05 | insane.bbclass: repair last commit | Koen Kooi | 1 | |
2007-05-05 | insane.bbclass: on check for references to WORKDIR in RPATH, instead of ↵ | Koen Kooi | 1 | |
WORKDIR and STAGING [18:23] likewise: would be my proposed fix for now, until we figure out if cross tooling need to RPATH to it's own libs. | ||||
2007-05-04 | classes/magicbox-image.bbclass: Add a class that handles the generation of ↵ | Stelios Koroneos | 1 | |
flash images for Magicbox It creates "ready-to-burn" squashfs and squashfs-lza images and a single file kernel+jffs2 image | ||||
2007-05-04 | perl: Add the .debug directories that to FILES_${PN}-dbg in the | Jamie Lenehan | 1 | |
cpan-base.bbclass, and then update the cpan modules to no longer manually specify this. Also remove references to the new removed .packlist files. | ||||
2007-05-04 | perl: Extract common functionality from cpan and cpan_build classes into a | Jamie Lenehan | 3 | |
cpan-base class and update cpan_build to work with the new perl layout that was added with perl 5.8.8. | ||||
2007-05-02 | image.bbclass: remove *all* IPKG list files | Marcin Juszkiewicz | 1 | |
2007-05-02 | cpan.bbclass: Stop the cpan modules which ask you to confirm the | Jamie Lenehan | 1 | |
configuration from hanging bitbake. They expect you to press y to indicate that you are ok with the configuration. For some reason there was no problem in bitbake 1.6 but this caused hangs in do_configure with bitbake 1.8. | ||||
2007-05-02 | cpan.bbclass: Building cpan modules needs to depend on both perl and | Jamie Lenehan | 1 | |
perl-native. They are built with perl-native but use the configuration information from perl. This issue wasn't showing up with bitbake 1.6 but is with 1.8.2 where perl is configured and compiled perl but not staged prior to moving on. | ||||
2007-04-30 | merge of 'cb611997ee14f51bf6877589c7d518d35ed52f50' | Jamie Lenehan | 1 | |
and 'e1f2e3537870e6d4a997727168dd4b5fc7824f14' | ||||
2007-04-30 | perl 5.8.8: Improvements for cpan modules: | Jamie Lenehan | 1 | |
* Modify perl to install a copy of it's configuration during staging. This will allow us to get at the perl settings for the target when building cpan modules. * Modify perl-native to allow selection of the host or target configuration based on an environment variable. This will allow the cpan class to select the appropriate configuration based on if we are building the native package or not. * Modify cpan.bbclass to set the environment variable to an appropriate value to tell perl native to select the appropriate settings based on if we are building native or target modules. This change fixes some modules that were compiled for the host instead of the target (libversion-perl for example) and fixes up some of cpan modules that include additional subdirectories with their own makefiles. | ||||
2007-04-29 | site/powerpc-common: Add a common site fike for powerpc arch | Stelios Koroneos | 1 | |
Still needs work, especially uclibc part | ||||
2007-04-27 | cpan: Use CCLD for the linking instead of ${TARGET_SYS}-gcc. Without this | Jamie Lenehan | 1 | |
native packages break because <buildarch>-gcc doesn't exist, just gcc. CCLD gets us the correct CC to be used for linking in both cases, so we use that. | ||||
2007-04-27 | perl 5.8.8/cpan: Fix the installation paths for cpan modules. The installed | Jamie Lenehan | 1 | |
files for perl modules built using cpan will end up in different places depending on which version of perl they are being built with. Modules that explicitly set various FILES_ values were using the paths that are only valid for the older versions of perl. Calculate and set the correct path in cpan.bbclass and use that in the FILES_ variables so that it'll be correct for all versions of perl. | ||||
2007-04-27 | insane.bbclass: Re-add -B to scanelf to make it correctly check single RPATH ↵ | Leon Woestenberg | 1 | |
occurences. | ||||
2007-04-26 | insane.bbclass: Commented out scanelf format debugging. | Leon Woestenberg | 1 | |
2007-04-26 | insane.bbclass: RPATH check was always true due to scanelf output including ↵ | Leon Woestenberg | 1 | |
the file path. | ||||
2007-04-26 | insane.bbclass: depend on chrpath-native | Koen Kooi | 1 | |
2007-04-26 | merge of '0a4ab83c5e46677b239452867d3205ca5843586f' | Leon Woestenberg | 2 | |
and '6a5c817d2f11720452c0b470075091121ce6ab96' | ||||
2007-04-26 | merge of '038bc21b349c21561050092a7a6d68a019b921e1' | Koen Kooi | 2 | |
and '72018d16d4bf3617a2f7efda54bde7f5b784e01a' | ||||
2007-04-26 | insane.bbclass: Broaden check for RPATHs by removing work/ path component. | Leon Woestenberg | 1 | |
2007-04-26 | insane.bbclass: Fix check for bad RPATHs. This is gonna break builds. Needs ↵ | Leon Woestenberg | 1 | |
fixes in the shared library handling. | ||||
2007-04-26 | gconf.bbclass: depend on gconf-native | Koen Kooi | 1 | |
2007-04-26 | base.bbclass: add back a snipped of obsolete code to fix SRCDATES problems, ↵ | Koen Kooi | 1 | |
seems to fix #2133 | ||||
2007-04-25 | cpan.bbclass: Update to enable the building cpan modules for perl 5.8.8. | Jamie Lenehan | 1 | |
This uses the installed perl configuration to determine if we are building for the old or the new perl layout. Currently this just changes the installation paths and always uses gcc to link, but more changes will be added later to make the perl module building process a lot more reliable. | ||||
2007-04-24 | base.bbclass: fix depency problem, closes #2137 (and some others) | Thomas Kunze | 1 | |
2007-04-22 | insane.bbclass: support mipsel - close #2119 | Thomas Kunze | 1 | |
2007-04-19 | base.bbclass: fixed bug #2082 (Checksum doesn't expand "localpath" with ↵ | Martin Dietze | 1 | |
"localdata") as proposed by bug reporter | ||||
2007-04-18 | classes: Add support for intertask dependencies to be specified, needed for ↵ | Richard Purdie | 9 | |
correct operation with bitbake 1.8.x. Old behaviour is maintained in a special legacy anonymous function in base.bbclass. The patch is an improved version of the one discussed on the mailing list. | ||||
2007-04-18 | conf/distro/nylon.conf, conf/machine/mtx-3a.conf, classes/nylon-image.bbclass: | Martin Dietze | 1 | |
* formally added (experimental, ARM-based) mtx-3a hardware platform used by nylon | ||||
2007-04-12 | package_deb.bbclass: add shebang, closes #2086 | Rodrigo Vivi | 1 | |
2007-04-09 | base.bbclass: Merge two after parse functions | Richard Purdie | 1 | |
2007-04-09 | patch.bbclass/devshell.bbclass: Switch to new form of interactive task ↵ | Richard Purdie | 2 | |
handling as per RFC which is more compatible with bitbake 1.8+ | ||||
2007-04-09 | kernel.bbclass: Add kernel-base package which kernel modules depend on ↵ | Richard Purdie | 1 | |
instead of kernel-image. This allows machines to specify that the kernel-image shouldn't be included in a default rootfs, without needing kernel-image to be empty. Set RDEPENDS_kernel-base_MACHINE = for machines that need this as per a discussion on the mailing list. | ||||
2007-04-07 | dsmg600-image.bbclass, nas100d-image.bbclass, nslu2le.conf, nslu2be.conf: ↵ | Rod Whitby | 2 | |
Added support for building dsmg600 and nas100d images back into the nslu2 machine configuration. | ||||
2007-04-06 | insane.bbclass: short circuit architecture check for cross packages (e.g. ↵ | Koen Kooi | 1 | |
gcc-cross-sdk) | ||||
2007-04-04 | meta packages: Create a new class, clean up the code and add correct ↵ | Richard Purdie | 1 | |
dependencies for bitbake 1.8 |