generic-poky/meta/classes
Richard Purdie 1d48528c36 base.bbclass: unexport DISTRO to prevent application compile failures
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1380 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-03-21 16:30:33 +00:00
..
autotools.bbclass Fix INTLTOOL usage check (from OE) 2007-03-06 10:20:26 +00:00
base.bbclass base.bbclass: unexport DISTRO to prevent application compile failures 2007-03-21 16:30:33 +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
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.bbclass classes: Sync with OE - mainly quoting fixes or other minor updates 2006-11-20 15:19:39 +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 Rename /openembedded/ -> /meta/ 2006-07-21 10:10:31 +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 image.bbclass: We need to make sure all do_populate_staging tasks have fun so postinsts run correcting at image generation time 2007-02-21 20:19:32 +00:00
insane.bbclass Fix typo when reporting an error 2007-02-04 18:44:37 +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 classes: Sync with OE 2006-08-27 16:01:33 +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 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
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: Override STAGING_BINDIR_CROSS 2007-01-08 21:07:49 +00:00
oebuildstamp.bbclass Rename /openembedded/ -> /meta/ 2006-07-21 10:10:31 +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 Fix spelling 2007-03-21 10:11:50 +00:00
package_deb.bbclass package_deb.bbclass: dpkg-deb needs to run under fakeroot to set ownership correcting in resulting packages 2006-11-29 10:50:33 +00:00
package_ipk.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_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 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
patch.bbclass patch.bbclass: Fix force options for recent quilt versions 2007-01-08 21:04:27 +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 classes: Sync with OE 2006-08-27 16:01:33 +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_(deb|ipk).bbclass: Fix bashism so works on dash 2006-12-05 11:10:28 +00:00
rootfs_ipk.bbclass rootfs_ipk.bbclass: Fix typo, whitespace 2007-01-08 21:06:47 +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 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
sdk.bbclass Rename /openembedded/ -> /meta/ 2006-07-21 10:10:31 +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 Rename /openembedded/ -> /meta/ 2006-07-21 10:10:31 +00:00
src_distribute_local.bbclass Rename /openembedded/ -> /meta/ 2006-07-21 10:10:31 +00:00
srec.bbclass classes: Sync with OE - mainly quoting fixes or other minor updates 2006-11-20 15:19:39 +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