generic-poky/meta/classes
Richard Purdie 73a06a99b0 images: Merge common functionality into image.bbclass, add copyright headers
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1732 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-05-16 13:33:27 +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
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 cpan.bbclass: Add perl to DEPENDS 2007-05-09 13:50:59 +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 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 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: Enhance to allow extra pkgconfig search paths to be injected 2007-04-03 22:33:11 +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 package.bbclass: do_package[deptask] only needs to be set when PACKAGES != "" 2007-05-09 09:54:54 +00:00
package_deb.bbclass classes: Rework core dependencies to work properly at the task level 2007-04-03 11:31:02 +00:00
package_ipk.bbclass classes: Rework core dependencies to work properly at the task level 2007-04-03 11:31:02 +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 bitbake.conf: PKG_CONFIG_PATH is a PATH like variable and may contain multiple entries so create PKG_CONFIG_DIR as a path to install to. 2007-05-16 13:15:35 +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 classes: Rework core dependencies to work properly at the task level 2007-04-03 11:31:02 +00:00
rootfs_ipk.bbclass classes: Rework core dependencies to work properly at the task level 2007-04-03 11:31:02 +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: store SDK in /usr/local/poky/ARCH/ 2007-04-20 15:01:33 +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