summaryrefslogtreecommitdiffstats
path: root/meta/classes
Commit message (Expand)AuthorAgeFilesLines
* nativesdk.bbclass: Drop ineffective dynamic linker flagRichard Purdie2009-09-181-2/+0
* nativesdk/package_ipk.bbclass: Clean up sdk package architecturesRichard Purdie2009-09-174-22/+20
* package_ipk.bbclass: Convert to use SDK_ARCHRichard Purdie2009-09-171-4/+4
* packaged-staging.bbclass Use libdir_native for opkg paths in directory creationRichard Purdie2009-09-171-1/+1
* native.bbclass: Use prefix_native variableRichard Purdie2009-09-171-2/+2
* nativesdk: Convert to use crosssdk toolchain and remove binutils/gcc nativesd...Richard Purdie2009-09-171-67/+38
* cross-canadian: Add cross-canadian class with gcc and binutils recipesRichard Purdie2009-09-171-0/+56
* crosssdk: Add crosssdk class with gcc and binutils recipesRichard Purdie2009-09-171-0/+15
* nativesdk: Don't use search and replace on DEPENDS fieldRichard Purdie2009-09-171-6/+10
* sdk.bbclass: Rename to nativesdk.bbclassRichard Purdie2009-09-173-12/+12
* Remove layout_* variablesRichard Purdie2009-09-179-77/+37
* bitbake.conf: Rename SDK_PREFIX SDKPATHRichard Purdie2009-09-101-1/+1
* patch.bbclass: Merge in git resolver changes from OE.dev. Catch all exception...Richard Purdie2009-09-031-5/+21
* Add poky-trim-schemas post install script to remove unneeded schema locale tr...Richard Purdie2009-08-281-0/+12
* base.bbclass: Don't retrieve SRC_URI when not necessaryDamien Lespiau2009-08-261-4/+2
* base.bbclass: packages pulling a mercurial tree should depend on mercurialDamien Lespiau2009-08-262-1/+8
* base.bbclass: Use subprocess rather than os.system for do_unpackRichard Purdie2009-08-251-2/+10
* autotools.bbclass: Remove pointless inheritRichard Purdie2009-08-121-2/+0
* binconfig.bbclass: Remove pointless inheritRichard Purdie2009-08-121-2/+0
* package_ipk.bbclass: Place configuration files in WORKDIR, not stagingRichard Purdie2009-08-121-2/+2
* packagehistory.bbclass: Make package history package architecture specificRichard Purdie2009-07-281-1/+1
* autotools.bbclass: Fix to work with configure files with leading whitespaceRichard Purdie2009-07-161-3/+3
* root_ipk.bbclass: Give EXTRAOPKGCONFIG a default valueRichard Purdie2009-07-151-0/+1
* rootfs_ipk.bbclass: Don't generate the arch.conf file, provide this as a pack...Richard Purdie2009-07-151-3/+4
* packagehistory: Make sure package is inherited beforehand to preserve the PAC...Richard Purdie2009-07-131-0/+2
* gnome.bbclass: Convert to autotools_stageRichard Purdie2009-07-091-5/+1
* Add package_history.bbclass which checks generated package against previous p...Richard Purdie2009-07-091-0/+100
* package_ipk.bbclass: Solve opkg-make-index locking problem using flockRichard Purdie2009-07-081-10/+8
* pkgconfig.bbclass: No longer default to pkgconfig_stage code (breaks libdrm)Richard Purdie2009-07-071-2/+0
* patch.bbclass: Fix up the environment for the patch resolution codeRichard Purdie2009-07-021-0/+2
* patch.bbclass: Sync with OE.devRichard Purdie2009-07-021-25/+63
* patch.bbclass: Allow a patch to be applied or not applied against a specific ...Richard Purdie2009-06-221-0/+12
* distutils.bbclass: Sync with OERichard Purdie2009-06-161-14/+22
* poky-autobuild-notifier.bbclass: Remove unneeded recipientsRichard Purdie2009-06-151-1/+1
* pkgconfig.bbclass: Fix typoRichard Purdie2009-06-121-1/+1
* pkgconfig.bbclass: Split out the staging function into its own class (pkgconf...Richard Purdie2009-06-122-7/+8
* packaged-staging.bbclass: Fix for packages which don't stage anythingRichard Purdie2009-06-121-2/+2
* packaged-staging.bbckass: Add option of setting PSTAGE_BROKEN_DESTDIR to disa...Richard Purdie2009-06-111-2/+5
* packaged-staging.bbclass: Turn off debugRichard Purdie2009-06-111-1/+1
* packaged-staging.bbclass: Detect when we're using autotools_stage_all and don...Richard Purdie2009-06-113-6/+43
* native.bbclass: Drop INHIBIT_NATIVE_STAGE_INSTALL function and wrap logic in ...Richard Purdie2009-06-111-10/+16
* cpan_build.bbclass: Just write a do_stage function, INHIBIT_NATIVE_STAGE_INST...Richard Purdie2009-06-111-3/+1
* pkgconfig.bbclass: Drop strange unneeded inherit baseRichard Purdie2009-06-111-2/+0
* packaged-staging.bbclass: Fix accidental debug additionRichard Purdie2009-06-081-8/+2
* packaged-staging.bbclass: Add support for mangling .la files so the staging d...Richard Purdie2009-06-041-5/+29
* sanity.bbclass: Really fix TMPDIR change warning messageRichard Purdie2009-05-281-1/+2
* sanity.bbclass: Fix the warning message above tmpdir moving to point to the c...Richard Purdie2009-05-231-1/+1
* base.bbclass: Update to work with systems where install won't overwrite filesRichard Purdie2009-05-191-0/+3
* Merge ssh://gitserver@git.pokylinux.org/pokyRichard Purdie2009-04-282-2/+13
|\
| * package bbclass: add an 'allow_links' param to get symlinks packaged, usefull...Koen Kooi2009-03-111-2/+2