aboutsummaryrefslogtreecommitdiffstats
path: root/classes
AgeCommit message (Collapse)Author
2008-06-27image.bbclass: Make sure DEPLOY_DIR_IMAGE exists before running image ↵Marcin Juszkiewicz
generation (from Poky)
2008-06-27cmake.bbclass: use cross-compilation support with 2.6.0 (from Poky)Marcin Juszkiewicz
2008-06-26merge of '1b17ea5d09e29a9b9960e907c6a56908b349ff98'Robert Schuster
and '60512e4106703c7bf44fad424ce575f2496d82a9'
2008-06-26Update includedir and oldincludedir to point to new sysrooted staging dir.Khem Raj
2008-06-23merge of '613d006a5a3c8c6629c2a0b9a905bfc4a80484ca'Robert Schuster
and 'a3eb44219589b14fd5179c429a3888832e77379a'
2008-06-17packaged-staging.bbclass: Make sure opkg's libdir exists in all cases for ↵Richard Purdie
lockfiles (from poky)
2008-06-16insane.bbclass: add linux-gnuspe as valid targetDirk Opfer
2008-06-14rm_work: now that packaged-staging knows about rm_work we can make it more ↵Koen Kooi
potent again
2008-06-11rootfs_ipk.bbclass: opkg nowadays needs its lib directory created before it ↵Michael Lauer
can operate
2008-06-06java.bbclass:Robert Schuster
* Added libdir_jvm variable * Added STAGING_LIBDIR_JVM variable
2008-06-03merge of '6c9b3832ef2260eb1b3a74e74b1d73166ab79d89'OpenEmbedded Project
and 'f275c97e2c93f0e846205b213e997b28ed0b148e'
2008-06-03src_distribute.bbclass: merge Poky version which handle all licensesMarcin Juszkiewicz
2008-05-31classes/kernen.bbclass: Fix INITRAMFS logic to stop breaking builds for ↵Richard Purdie
people not using it
2008-05-30kernel.bbclass: get initramfs stuff workingThomas Kunze
To use this you have to INITRAMFS_IMAGE to the desired image. In addition the you must have cpio.gz in IMAGE_FSTYPES (at least for that image see packages/images/initramfs-kexec-image.bb for an example)
2008-05-28linux-rt: Update with latest linux-rt developments.Leon Woestenberg
2008-05-26merge of '7dac65b6187ea9281e5a7ff6b68e832c04a92af8'OpenEmbedded Project
and '9dce9395fcd011a1d238dcb5a559a08d851dc80e'
2008-05-26kernel-arch.bbclass: fix map_uboot_arch for x86Jeremy Laine
2008-05-26opie: move OPIE_BINDIR out of opie.bbclass into palmtop.bbclass. Closes 3669.Paul Eggleton
* commit by Laibsch
2008-05-25kernel bbclass: stage vmlinux if presentKoen Kooi
2008-05-24packaged-staging.bbclass: Sync with Poky for a number of updates. In ↵Richard Purdie
summary: Support using opkg, ipkg and an internal shell script version of ipkg as the package manager allowing removal of a large number of build dependencies. Correctly install packages into staging creating the .list and .control files. Remove accidental install outside the locking in the build package function. Correctly handle error codes in the postamble function. Add code to work correctly with the whitelist stamp policy in bitbake.
2008-05-24patch.bbclass: Simplify patch task dependency handling and allow packages to ↵Richard Purdie
override the dependency more easily (from poky)
2008-05-23oestats-client.bbclass: don't include bug number/tracker if emptyJeremy Laine
2008-05-23seppuku.bbclass,oestats-client.bbclass: add bug number and tracker to oestatsJeremy Laine
2008-05-22kernel.bbclass: comment initramfs stuff till rootfs locking works properly ↵Koen Kooi
(initramfs should be optional as well)
2008-05-21devshell.bbclass: Export variables used by the class (from poky)Richard Purdie
2008-05-21image.bbclass: Remove use of bbimage (from poky)Richard Purdie
2008-05-21image.bbclass: Cleanup whitespace (from poky)Richard Purdie
2008-05-21oestats-client.bbclass: report METADATA_BRANCH variableJeremy Laine
2008-05-21base.bbclass: add a METADATA_BRANCH variableJeremy Laine
2008-05-20oestats-client.bbclass: add the DEPENDS variable to task reportsJeremy Laine
2008-05-20gtk-icon-cache.bbclass: Remove '-' characters from function names fixing ↵Richard Purdie
issues with recent bitbakes (from poky)
2008-05-19oestats-clients.bbclass: discriminate between Succeeded and Failed buildsJeremy Laine
2008-05-19oestats-client.bbclass: switch to new URL schemeJeremy Laine
2008-05-18image.bbclass: Fix image creation locking so creating multiple images at ↵Richard Purdie
once works (#4193). Remap PACKAGE_INSTALL variable so packages to install can include names which are changed by debian.bbclass. (from poky)
2008-05-18oestats-client.bbclass: upload log file when a task failsJeremy Laine
2008-05-18oestats-client.bbclass: catch errors communicating with stats serverJeremy Laine
2008-05-18oestats-client.bbclass: switch to multipart/form-data (prepare for sending logs)Jeremy Laine
2008-05-18oestats-client.bb: disable stats if we cannot get a build idJeremy Laine
2008-05-16oestats-client.bbclass: use METADATA_REVISION variable (thanks hrw)Jeremy Laine
2008-05-16merge of '87aa8e8cdbee54b3d7ff294da220db58798e8c12'Jeremy Laine
and 'a5324bd0638da4faba37d7b92ff362d19510c2fc'
2008-05-16base.bbclass: print metadata revision as METADATA_REVISION - code is cleaned ↵Marcin Juszkiewicz
so easier to add git/hg (from Poky)
2008-05-16oestats-client.bbclass: include elapsed time in task reportsJeremy Laine
2008-05-15java-library.bbclass: Default implementation for do_install/do_stage.Robert Schuster
java.bbclass: Added oe_makeclasspath function.
2008-05-15oestats-client.bbclass: initial version of an oe-specific tinderbox toolJeremy Laine
2008-05-14disapproval of revision '6aaaee531ff6f260aade659a5a4b74f4ce3382bf'Koen Kooi
2008-05-14seppuku: make the autobuilder report against the stable branch by defaultRolf Leggewie
2008-05-12autotools.bbclass: Revert damage from ↵Richard Purdie
4b02add2b83e66d45ff3e840056487a7274d9011, convert autotools_stage_all to use sed on .la files instead of calling oe_libinstall, remove broken enable-mainainer-mode flag
2008-05-11autotools.bbclass: from OM. Needed as commit ↵Leon Woestenberg
85a5e185b6a21e42e4243ad17befe40373025e0e alone will break uclibc/gettext builds.
2008-05-09base.bbclass : add check from zecke/OM mtn that errors if libname.lai is notGraeme Gregory
unique. Acked by RP
2008-05-07sanity.bbclass: Add check for problematic /proc/sys/vm/mmap_min_addr valuesRichard Purdie