generic-poky/meta/classes
Marcin Juszkiewicz a47e493bac rootfs classes: added remove_packaging_data_files() function to be used in minimal images
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2007 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-06-26 11:35:20 +00:00
..
autotools.bbclass autotools.bbclass: Fix addition of libtool-cross 2007-05-09 09:55:38 +00:00
base.bbclass classes: Rework core dependencies to work properly at the task level 2007-04-03 11:31:02 +00:00
base_srpm.bbclass Rename /openembedded/ -> /meta/ 2006-07-21 10:10:31 +00:00
binconfig.bbclass STAGING_BINDIR: No longer need to rename -native binconfig binaries, set STAGING_BINDIR correctly 2007-01-30 14:44:18 +00:00
bootimg.bbclass bootimg.bbclass: get kernel from proper directory in staging 2007-06-11 10:35:28 +00:00
ccache.inc classes: Standardise whitespace in anonymous python methods and factor out functions for more efficent use by bitbake (as also patched in OE) 2006-11-20 09:16:34 +00:00
ccdv.bbclass Fix STAGING_BINDIR for multimachine use by spliting into STAGING_BINDIR and STAGING_BINDIR_NATIVE and adding both to PATH 2006-11-25 10:01:30 +00:00
cml1.bbclass Rename /openembedded/ -> /meta/ 2006-07-21 10:10:31 +00:00
cpan-base.bbclass cpan classes: sync Perl with OE 2007-05-30 09:32:36 +00:00
cpan.bbclass cpan.bbclass: sync another fix from OE - this time for uclibc mode 2007-05-30 13:47:29 +00:00
cpan_build.bbclass cpan classes: sync Perl with OE 2007-05-30 09:32:36 +00:00
cross.bbclass cross.bbclass: Set PACKAGE_ARCH correctly under inherit cross 2006-11-29 13:55:34 +00:00
debian.bbclass classes: Sync with OE - mainly quoting fixes or other minor updates 2006-11-20 15:19:39 +00:00
devshell.bbclass classes: Sync with OE - mainly quoting fixes or other minor updates 2006-11-20 15:19:39 +00:00
distutils-base.bbclass classes: Sync with OE - mainly quoting fixes or other minor updates 2006-11-20 15:19:39 +00:00
distutils.bbclass Fix STAGING_BINDIR for multimachine use by spliting into STAGING_BINDIR and STAGING_BINDIR_NATIVE and adding both to PATH 2006-11-25 10:01:30 +00:00
flow-lossage.bbclass classes: Standardise whitespace in anonymous python methods and factor out functions for more efficent use by bitbake (as also patched in OE) 2006-11-20 09:16:34 +00:00
gconf.bbclass Rename /openembedded/ -> /meta/ 2006-07-21 10:10:31 +00:00
gettext.bbclass classes: Standardise whitespace in anonymous python methods and factor out functions for more efficent use by bitbake (as also patched in OE) 2006-11-20 09:16:34 +00:00
gnome.bbclass Rename /openembedded/ -> /meta/ 2006-07-21 10:10:31 +00:00
gtk-icon-cache.bbclass Add comment 2007-04-16 12:41:25 +00:00
icecc.bbclass classes: Sync with OE - mainly quoting fixes or other minor updates 2006-11-20 15:19:39 +00:00
image.bbclass images: Merge common functionality into image.bbclass, add copyright headers 2007-05-16 13:33:27 +00:00
insane.bbclass package.bbclass/insane.bbclass: Don't set task dependencies when PACKAGES is empty 2007-04-10 11:23:14 +00:00
kernel-arch.bbclass classes: Sync with OE 2006-08-27 16:01:33 +00:00
kernel.bbclass kernel.bbclass: Drop KERNEL_RELEASE variable 2007-01-08 21:05:18 +00:00
lib_package.bbclass lib_package.bbclass: Fix .debug packaging (from OE) 2006-10-28 19:01:38 +00:00
linux-kernel-base.bbclass kernel.bbclass: Sync with updates in OE to work with kernels >= 2.6.18 2006-11-02 10:18:03 +00:00
linux_modules.bbclass Rename /openembedded/ -> /meta/ 2006-07-21 10:10:31 +00:00
module-base.bbclass Rename /openembedded/ -> /meta/ 2006-07-21 10:10:31 +00:00
module.bbclass module.bbclass: make all modules depend on update-modules 2007-06-13 12:44:52 +00:00
module_strip.bbclass classes: Sync with OE - mainly quoting fixes or other minor updates 2006-11-20 15:19:39 +00:00
mozilla.bbclass mozilla.bbclass: minimo does not need orbit2 or libidl-native to build 2007-05-09 10:46:36 +00:00
multimachine.bbclass classes: Sync with OE - mainly quoting fixes or other minor updates 2006-11-20 15:19:39 +00:00
native.bbclass native.bbclass: Remove uneeded variables 2007-06-10 18:06:14 +00:00
oelint.bbclass classes: Sync with OE - mainly quoting fixes or other minor updates 2006-11-20 15:19:39 +00:00
package.bbclass package.bbclass: Disable locale RDEPENDS since it currently does nothing due to broken depends, breaks meta-toolchain and is incompatible with debian 2007-06-18 11:36:18 +00:00
package_deb.bbclass classes/conf: Merge missing package epoch (PE) support (from OE), also make OE package field sane 2007-05-31 22:51:19 +00:00
package_ipk.bbclass classes/conf: Merge missing package epoch (PE) support (from OE), also make OE package field sane 2007-05-31 22:51:19 +00:00
package_rpm.bbclass package.bbclass: Split into two tasks, one which prepares the packages and then package_write which actually generates the packages. The two stage approach allows us to avoid circular dependency issues from classes like debian.bbclass. As the data being emitted into pkgdata/ changed, you need to either wipe tmp or rerun the do_install/do_package tasks (wipe the do_xyz stamps from the stamps dir). Everything will repackage anyway due to the new task. 2006-10-20 16:09:05 +00:00
package_tar.bbclass classes: Rework core dependencies to work properly at the task level 2007-04-03 11:31:02 +00:00
patch.bbclass patch.bbclass: Set default patch resolver to noop 2007-05-11 11:17:32 +00:00
patcher.bbclass Rename /openembedded/ -> /meta/ 2006-07-21 10:10:31 +00:00
pkg_distribute.bbclass Rename /openembedded/ -> /meta/ 2006-07-21 10:10:31 +00:00
pkg_metainfo.bbclass Rename /openembedded/ -> /meta/ 2006-07-21 10:10:31 +00:00
pkgconfig.bbclass pkgconfig.bbclass: create proper directory 2007-06-09 08:52:16 +00:00
poky.bbclass Rename /openembedded/ -> /meta/ 2006-07-21 10:10:31 +00:00
rm_work.bbclass Fix bashisms 2007-02-21 17:21:43 +00:00
rootfs_deb.bbclass rootfs classes: added remove_packaging_data_files() function to be used in minimal images 2007-06-26 11:35:20 +00:00
rootfs_ipk.bbclass rootfs classes: added remove_packaging_data_files() function to be used in minimal images 2007-06-26 11:35:20 +00:00
rpm_core.bbclass Rename /openembedded/ -> /meta/ 2006-07-21 10:10:31 +00:00
sanity.bbclass README, sanity.bbclass: Add makeinfo (from texinfo) as a dependency. Also check for qemu-arm binary 2006-12-22 13:51:35 +00:00
scons.bbclass scons.bbclass: sync with OE 2007-04-25 12:35:27 +00:00
sdk.bbclass sdk.bbclass: Sync with OE 2007-06-16 12:40:48 +00:00
sdl.bbclass classes: Sync with OE 2006-08-27 16:01:33 +00:00
sip.bbclass Rename /openembedded/ -> /meta/ 2006-07-21 10:10:31 +00:00
siteinfo.bbclass siteinfo.bbclass: Change note to a debug message 2006-11-23 12:13:46 +00:00
sourcepkg.bbclass Rename /openembedded/ -> /meta/ 2006-07-21 10:10:31 +00:00
src_distribute.bbclass src_distribute: fix when licenses are separated with |, renamed vars to more readable ones 2007-06-07 13:40:27 +00:00
src_distribute_local.bbclass src_distribute classes: store sources in tmp/deploy/sources/LICENSE dirs 2007-06-05 16:23:20 +00:00
srec.bbclass classes: Sync with OE - mainly quoting fixes or other minor updates 2006-11-20 15:19:39 +00:00
syslinux.bbclass syslinux.bbclass: imported from OE (needed to generate booting CD) 2007-06-08 08:38:43 +00:00
tinderclient.bbclass classes: Sync with OE - mainly quoting fixes or other minor updates 2006-11-20 15:19:39 +00:00
tmake.bbclass Rename /openembedded/ -> /meta/ 2006-07-21 10:10:31 +00:00
update-alternatives.bbclass classes: Standardise whitespace in anonymous python methods and factor out functions for more efficent use by bitbake (as also patched in OE) 2006-11-20 09:16:34 +00:00
update-rc.d.bbclass classes: Sync with OE - mainly quoting fixes or other minor updates 2006-11-20 15:19:39 +00:00
xfce.bbclass Rename /openembedded/ -> /meta/ 2006-07-21 10:10:31 +00:00
xlibs.bbclass Rename /openembedded/ -> /meta/ 2006-07-21 10:10:31 +00:00