summaryrefslogtreecommitdiffstats
path: root/meta/classes
Commit message (Expand)AuthorAgeFilesLines
* nativesdk.bbclass: Disable debugRichard Purdie2009-12-021-2/+0
* nativesdk.bbclass: Fix DEPENDS handlingRichard Purdie2009-12-021-2/+8
* cross-canadian: Set PKGHIST_DIR to a correct valueRichard Purdie2009-12-021-0/+1
* autotools.bbclass: Make sure config.rpath is present if neededRichard Purdie2009-11-301-0/+4
* base.bbclass: Stage etc directory for native packagesRichard Purdie2009-11-301-0/+1
* package.bbclass: Clear package directory copy before installing new files to ...Richard Purdie2009-11-201-0/+1
* glibc-package.bbclass: Fix the case PN == glibcRichard Purdie2009-11-201-7/+18
* glibc-package.bbclass: Add GLIBC_INTERNAL_USE_BINARY_LOCALE precompiled modeRichard Purdie2009-11-201-32/+39
* glibc: Separate out core glibc packaging functionality into a classRichard Purdie2009-11-191-0/+261
* Disable packaged-staging for cross-linkage/staging-linkage and external-poky-...Richard Purdie2009-11-191-0/+3
* kernel.bbclass: Merge do_stage into do_installRichard Purdie2009-11-191-63/+64
* package.bbclass: Fix runtime_maping_rename so version information isn't removedRichard Purdie2009-11-191-5/+5
* perl: Update from OE.dev and convert to use do_install for stagingRichard Purdie2009-11-183-71/+15
* cross.bbclass: Adjust the core class staging method as all users have been ve...Richard Purdie2009-11-171-4/+4
* cross.bbclass: Add defitions of target_*dir variables and improve sysroot_sta...Richard Purdie2009-11-161-1/+15
* native.bbclass: Make sure PACKAGES is empty in case _prepend or _append are usedRichard Purdie2009-11-161-0/+1
* base.bbclass: Drop unused PSTAGE_BROKEN_DESTDIR variable and run sysroot_preh...Richard Purdie2009-11-161-3/+1
* packaged-staging.bbclass: Fix staging reference -> sysrootsRichard Purdie2009-11-161-1/+1
* update-rc.d: Add native version, add native dependency to class, convert stag...Richard Purdie2009-11-161-1/+1
* perl: Standardise config.sh locationRichard Purdie2009-11-163-3/+5
* lib_package.bbclass: Sync with OE.dev to remove hardcoded layout assumptionRichard Purdie2009-11-161-1/+2
* debian/kernel/gconf/gtk-icon-cache: PKGDESK/PKG fixesRichard Purdie2009-11-164-9/+7
* rootfs_rpm/icecc: Sync whitespace with OE.devRichard Purdie2009-11-162-28/+13
* gtk-icon-cache.bbclass: Fix hardcoded PKGDEST reference and operate on direct...Richard Purdie2009-11-161-3/+12
* gconf.bbclass: Fix hardcoded PKGDEST referenceRichard Purdie2009-11-161-1/+2
* packaged-staging: Fix libdir references to use libdir_nativeRichard Purdie2009-11-161-8/+7
* package_ipk.bbclass: Fix typoRichard Purdie2009-11-161-1/+1
* cross.bbclass: Override the sysroot_stage_all to work appropriately for cross...Richard Purdie2009-11-131-0/+8
* base.bbclass: Add special stage keyword to override leagcy modeRichard Purdie2009-11-131-0/+2
* bitbake.conf/base.bbclass: Rename the staging directory to sysroots and the p...Richard Purdie2009-11-1317-56/+63
* gtk-icon-cache.bbclass: Drop unneeded module importRichard Purdie2009-11-131-1/+0
* gconf.bbclass: Drop unneeded module importRichard Purdie2009-11-131-1/+1
* native.bbclass: Fix DEPENDS handling for BBCLASSEXTEND useRichard Purdie2009-11-131-29/+21
* base/autotools.bbclass: Make sure extra dependencies are not lost for native ...Richard Purdie2009-11-133-2/+6
* classes: Remove and sanitise import statementsRichard Purdie2009-11-1331-147/+34
* base.bbclass: Drop import bb and import os as no longer neededRichard Purdie2009-11-131-23/+5
* native.bbclass: Improve DEPENDS mangling code so sub matches don't break upon...Richard Purdie2009-11-131-5/+11
* base.bbclass: Add an option of forcing the new staging mechanismRichard Purdie2009-11-131-0/+2
* base.bbclass: Fix do_populate_staging to operating on TMPDIR, not STAGING_DIR...Richard Purdie2009-11-131-1/+1
* classes: Various staging improvement fixupsRichard Purdie2009-11-133-14/+15
* base.bbclass: Rework staging function to use a DESTDIR style configuration ba...Richard Purdie2009-11-132-51/+70
* packaged-staging.bbclass: Use a variable for the location of the staging lock...Richard Purdie2009-11-132-5/+5
* native.bbclass: If do_stage isn't overridden, allow do_install to run for nat...Richard Purdie2009-11-131-5/+5
* binconfig/pkgconfig.bbclass: Convert staging functions into SYSROOT_PREPROCES...Richard Purdie2009-11-133-7/+16
* autotools.bbclass: Separate out useful staging functions into base.bbclass an...Richard Purdie2009-11-132-45/+64
* autotools.bbclass: No need to fork sed each timeRichard Purdie2009-11-131-4/+5
* autotools.bbclass: Convert .la file mangling to package preprocessing hookRichard Purdie2009-11-131-1/+5
* binconfig.bbclass: Convert do_install_append() into a PACKAGE_PREPROCESS_FUNCSRichard Purdie2009-11-131-13/+11
* package.bbclass: Add the option to declare package preprocess function hooksRichard Purdie2009-11-131-1/+2
* package.bbclass: Change to operate on a copy of the install directory instead...Richard Purdie2009-11-131-12/+25