aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes
AgeCommit message (Collapse)Author
2008-01-08module*.bbclass: set AR to KERNEL_AR during building of kernel modules (from ↵Marcin Juszkiewicz
Poky trunk r3422) git-svn-id: https://svn.o-hand.com/repos/poky/branches/blinky@3423 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-08-16rootfs_deb.bbclass: Backport bashism fix from trunkRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/branches/blinky@2504 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-07-09openmoko: added classes needed by openmoko-libsMarcin Juszkiewicz
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2134 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-07-07base.bbclass: Revert quoting changesRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2129 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-07-06debian.bbclass: fixed typoMarcin Juszkiewicz
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2127 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-07-06base.bbclass: Start to fix quotingRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2126 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-07-05poky-image.bbclass: added description of newer IMAGE_FEATURESMarcin Juszkiewicz
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2109 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-07-04sanity: if Poky is used by root user (userid 0) then raise errorMarcin Juszkiewicz
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2093 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-06-30poky-image.bbclass: Fix typoRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2065 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-06-29Rewrite IMAGE_FEATURES tools options (people may be to update their ↵Richard Purdie
local.conf), split into debug and profiling and add more profiling tools. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2063 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-06-28task-base: we want task-base-dev tooMarcin Juszkiewicz
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2042 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-06-28task-base: we want task-base-dbg and no need for task-base-devMarcin Juszkiewicz
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2040 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-06-28poky-image.bbclass: fix task-poky-apps-x11-pimlico namesMarcin Juszkiewicz
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2039 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-06-28Cleaned up task-poky and Poky images.Marcin Juszkiewicz
By default we install task-poky-boot and task-base. Additional stuff was split to several tasks and each got IMAGE_FEATURE. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2037 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-06-27bitbake.conf: Move SDK_NAME and SDK_PREFIX into bitbake.confRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2035 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-06-27poky-image.bbclass: new class used for making Poky imagesMarcin Juszkiewicz
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2031 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-06-26rootfs classes: added remove_packaging_data_files() function to be used in ↵Marcin Juszkiewicz
minimal images git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2007 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-06-18package.bbclass: Disable locale RDEPENDS since it currently does nothing due ↵Richard Purdie
to broken depends, breaks meta-toolchain and is incompatible with debian git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1965 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-06-16sdk.bbclass: Sync with OERichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1959 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-06-16sdk.bbclass: Set PACKAGE_ARCH to something suitable (update task-sdk, ↵Richard Purdie
meta-toolchain) git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1956 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-06-13module.bbclass: make all modules depend on update-modulesMarcin Juszkiewicz
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1925 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-06-12rootfs_deb.bbclass: removed usage of /dev/null as stdin as BitBake do that ↵Marcin Juszkiewicz
now by default git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1919 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-06-12rootfs_deb.bbclass: updated to works with APT 0.6Marcin Juszkiewicz
APT 0.6 require repositories to be GPG signed but Poky have them unsigned. Second problem is that APT tries to read something from stdin (even when forced to choose 'Yes') so it now gets /dev/null as stdin. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1916 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-06-11bootimg.bbclass: get kernel from proper directory in stagingMarcin Juszkiewicz
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1911 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-06-10native.bbclass: Remove uneeded variablesRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1902 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-06-10Remove useless classRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1901 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-06-09pkgconfig.bbclass: create proper directoryMarcin Juszkiewicz
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1900 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-06-08bootimg.bbclass: fixed generation of ISO & HDD imagesMarcin Juszkiewicz
bootimg.bbclass supported creation of FAT filesystem images for usage with syslinux (kernel and initrd in /boot/) and creation of ISO images with kernel and initrd on it. ISO images contained also not needed /boot/ directory from FAT image. Now still two files are created as result but both contain only needed files. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1899 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-06-08bootimg: reformatted againMarcin Juszkiewicz
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1898 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-06-08bootimg: reformattedMarcin Juszkiewicz
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1897 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-06-08bootimg.bbclass: imported from OE, updated to recent BitBakeMarcin Juszkiewicz
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1894 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-06-08syslinux.bbclass: imported from OE (needed to generate booting CD)Marcin Juszkiewicz
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1893 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-06-07src_distribute: fix when licenses are separated with |, renamed vars to more ↵Marcin Juszkiewicz
readable ones git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1885 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-06-05src_distribute.bbclass: add distsrcall task which calls ↵Marcin Juszkiewicz
do_distribute_sources recursively git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1863 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-06-05src_distribute classes: store sources in tmp/deploy/sources/LICENSE dirsMarcin Juszkiewicz
- recipe with few licenses has source stored in few directories - recipes without LICENSE have source stored in "unknown" directory git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1862 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-05-31classes/conf: Merge missing package epoch (PE) support (from OE), also make ↵Richard Purdie
OE package field sane git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1839 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-05-30cpan.bbclass: sync another fix from OE - this time for uclibc modeMarcin Juszkiewicz
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1826 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-05-30cpan classes: sync Perl with OEMarcin Juszkiewicz
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1815 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-05-16images: Merge common functionality into image.bbclass, add copyright headersRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1732 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-05-16bitbake.conf: PKG_CONFIG_PATH is a PATH like variable and may contain ↵Richard Purdie
multiple entries so create PKG_CONFIG_DIR as a path to install to. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1731 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-05-11patch.bbclass: Set default patch resolver to noopRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1711 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-05-09cpan.bbclass: Add perl to DEPENDSRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1625 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-05-09mozilla.bbclass: minimo does not need orbit2 or libidl-native to buildMarcin Juszkiewicz
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1623 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-05-09autotools.bbclass: Fix addition of libtool-crossRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1620 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-05-09package.bbclass: do_package[deptask] only needs to be set when PACKAGES != ""Richard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1619 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-05-09autotools.bbclass: Add libtool-cross as a default dependencyRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1617 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-05-08autotools.bbclass: Reverse r1603 until we can find a better solutionRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1604 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-05-04Handle GTK_DOC_CHECK and GNOME_DOC_INIT in configure.acRoss Burton
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1603 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-04-30image.bbclass: Removed wildcard rm as it broke building multiple rootfs ↵Marcin Juszkiewicz
image types (from OE) git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1586 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-04-30image.bbclass: remove not-needed list of packages after populating rootfsMarcin Juszkiewicz
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1584 311d38ba-8fff-0310-9ca6-ca027cbcb966