summaryrefslogtreecommitdiffstats
path: root/meta/packages/meta
Commit message (Collapse)AuthorAgeFilesLines
* meta-toolchain: fix for recent opkg changeJoshua Lock2010-08-261-1/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* meta-toolchain: update to reflect opkg state directory moveJoshua Lock2010-08-261-5/+5
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* meta-ide-support: don't pull in unneeded nativesdk tasksJoshua Lock2010-08-131-3/+2
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* meta-ide-support: A dummy recipe to install everthing for target developmentJoshua Lock2010-08-112-22/+17
| | | | | | | | | | | Move the environment-setup script generation into a separate class and adapt meta-toolchain to use it. Add a new dummy target, meta-ide-support, to install an appropriately configured script to TMPDIR and ensure all of the required packages for target development are available. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* cross-canadian: Move binaries into a subdirectory of bin to allow ↵Richard Purdie2010-08-031-5/+5
| | | | | | multimachine installs and update users accordingly Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* meta-toolchain: set appropriate compiler flags in the environment scriptJoshua Lock2010-07-221-0/+2
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* gcc-cross-canadian/meta-toolchain: Fix C++ compiler location and path issuesJoshua Lock2010-07-211-0/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* Use pseudo rather than fakeroot for fake root privilegesJoshua Lock2010-07-161-2/+2
| | | | | | | Make use of the ability to configure the fake root provider and use Wind River's pseudo utility. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* meta-toolchain: Improve layoutRichard Purdie2010-07-021-60/+32
| | | | | | | | | | * Switch from /usr/local/poky to /opt/poky * Use a sysroots directory for both the "native" sdk binaries and the target * Drop the meta-toolchain extras packages. These are replaced with packaged-staging. * Change the nativesdk layout to match our usual filesystem layout * Clean up various hardcoded prefix references Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Remove meta-cross-linkage recipe, we no longer have a cross directoryJoshua Lock2010-04-301-33/+0
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* external-toolchain-csl: Convert to use glibc-packageRichard Purdie2009-11-203-608/+15
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Disable packaged-staging for cross-linkage/staging-linkage and ↵Richard Purdie2009-11-193-0/+6
| | | | | | external-poky-toolchain Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* poky-external-toolchain: Alter staging in do_install stepRichard Purdie2009-11-191-3/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* cross-linkage/staging-linkage: Convert to mangle staging in do_install stepRichard Purdie2009-11-192-9/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* external-csl-toolchain: Drop uneeded staging functions (a make sure mangling ↵Richard Purdie2009-11-173-46/+6
| | | | | | happens in do_install) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* package-index/run-postinsts: Drop staging functionsRichard Purdie2009-11-172-6/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* meta-toolchain: Don't ship libGLRichard Purdie2009-09-171-0/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* external-poky-toolchain: Don't inherit nativesdkRichard Purdie2009-09-171-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* meta-toolchain: Fix --build CONFIGURE_FLAG and add a target prefix to scriptsRichard Purdie2009-09-171-5/+5
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* sdk.bbclass: Rename to nativesdk.bbclassRichard Purdie2009-09-171-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Remove layout_* variablesRichard Purdie2009-09-176-25/+25
| | | | | | | | | | | | Remove layout_* variables and replace them with variables specific to the different classes. The layout variables were only useful for the native/cross classes and caused more confusion than they solved. They didn't scale to the sdk class. It now clear a small set of native/cross variables fulfil the needs. This patch also changes native.bbclass to use "/" as the STAGING_DIR which makes sense since we're installing binaries into the locations we're compiling them for. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake.conf: Rename SDK_PREFIX SDKPATHRichard Purdie2009-09-101-36/+36
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* meta-toolchain: Exclude from world buildsRichard Purdie2009-09-081-0/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* meta-toolchain: Set --build flag to configure in CONFIGURE_FLAGSRichard Purdie2009-09-011-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* package-index: Mark as exluded from world buildsRichard Purdie2009-08-191-0/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Add 2008q3 CSL toolchain supportMike Turquette2009-01-231-0/+276
|
* external-poky-toolchain: Add include and lib files to the staging sysroot ↵Richard Purdie2008-12-051-0/+6
| | | | removing the need to link against two trees at the same time
* meta-toolchain: Fix problems introduced by prefix variable value changesRichard Purdie2008-12-051-34/+35
|
* external-csl-toolchain: Add 2007q3-51 and update 2006q3-27Mike Turquette2008-12-022-2/+272
|
* meta-toolchain: Make sure the opkg config files are clean to start with when ↵Richard Purdie2008-11-101-0/+5
| | | | rebuilding them
* meta-toolchain: Don't inherit sdkRichard Purdie2008-10-171-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5533 311d38ba-8fff-0310-9ca6-ca027cbcb966
* uclibc/meta-toolchain: Catch up with toolchain changesRichard Purdie2008-07-241-8/+5
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4944 311d38ba-8fff-0310-9ca6-ca027cbcb966
* meta-toolchain: Fix pkgdata locationRichard Purdie2008-07-191-5/+5
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4899 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Switch from ipkg-utils to opkg-utilsRichard Purdie2008-07-171-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4863 311d38ba-8fff-0310-9ca6-ca027cbcb966
* meta-toolchain: Fix to use layout_libdirRichard Purdie2008-06-141-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4654 311d38ba-8fff-0310-9ca6-ca027cbcb966
* meta-toolchain: Make sure lockfiles directory existsRichard Purdie2008-06-141-0/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4652 311d38ba-8fff-0310-9ca6-ca027cbcb966
* rootfs_deb.bbclass: Use /var/dpkg for dpkg status dataRichard Purdie2008-05-203-3/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4511 311d38ba-8fff-0310-9ca6-ca027cbcb966
* run-postinsts: Handle dpkg based images tooRichard Purdie2008-05-203-3/+18
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4507 311d38ba-8fff-0310-9ca6-ca027cbcb966
* meta-toolchain: Fix typoRichard Purdie2008-05-151-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4481 311d38ba-8fff-0310-9ca6-ca027cbcb966
* meta-toolchain: Fix symlink for darwinRichard Purdie2008-05-151-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4478 311d38ba-8fff-0310-9ca6-ca027cbcb966
* meta-toolchain: Tweak CONFIGURE_FLAGSRichard Purdie2008-05-151-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4477 311d38ba-8fff-0310-9ca6-ca027cbcb966
* meta-toolchain: Add some extra useful configuration variables and darwin ↵Richard Purdie2008-05-151-0/+9
| | | | | | specific tweaks git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4476 311d38ba-8fff-0310-9ca6-ca027cbcb966
* meta-toolchain: Fix status file path and hence extras tarball generationRichard Purdie2008-05-071-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4454 311d38ba-8fff-0310-9ca6-ca027cbcb966
* meta-toolchain: Don't remove .la files, try and fix themRichard Purdie2008-05-051-3/+8
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4429 311d38ba-8fff-0310-9ca6-ca027cbcb966
* meta-toolchain-sdk: Allow the default task to be overriddenRichard Purdie2008-05-051-1/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4426 311d38ba-8fff-0310-9ca6-ca027cbcb966
* meta-toolchain: Fix up various paths and file locations to be more consistentRichard Purdie2008-04-171-3/+6
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4289 311d38ba-8fff-0310-9ca6-ca027cbcb966
* meta-toolchain: use opkg*.confMarcin Juszkiewicz2008-04-171-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4288 311d38ba-8fff-0310-9ca6-ca027cbcb966
* external-csl-toolchain: Fix debug package creationRichard Purdie2008-04-091-1/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4220 311d38ba-8fff-0310-9ca6-ca027cbcb966
* meta-toolchain: Use layout_libdir in PKG_CONFIG_PATHRichard Purdie2008-04-071-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4185 311d38ba-8fff-0310-9ca6-ca027cbcb966
* meta-toolchain: Remove all problematic .la filesRichard Purdie2008-04-071-1/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4184 311d38ba-8fff-0310-9ca6-ca027cbcb966