Commit Graph

56 Commits

Author SHA1 Message Date
Joshua Lock 410fc8dde8 meta-toolchain: set appropriate compiler flags in the environment script
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-07-22 15:47:01 +01:00
Joshua Lock 314fbb1c05 gcc-cross-canadian/meta-toolchain: Fix C++ compiler location and path issues
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-07-21 20:21:22 +01:00
Joshua Lock 29d5edffb0 Use pseudo rather than fakeroot for fake root privileges
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>
2010-07-16 15:40:32 +01:00
Richard Purdie 061df5abaf meta-toolchain: Improve layout
* 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>
2010-07-02 14:35:08 +01:00
Richard Purdie 1c1305d15c meta-toolchain: Don't ship libGL
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-09-17 22:25:25 +01:00
Richard Purdie 835bc8f5f6 meta-toolchain: Fix --build CONFIGURE_FLAG and add a target prefix to scripts
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-09-17 22:25:23 +01:00
Richard Purdie af85ce4b4e Remove layout_* variables
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>
2009-09-17 22:24:36 +01:00
Richard Purdie 846794c17e bitbake.conf: Rename SDK_PREFIX SDKPATH
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-09-10 17:58:36 +01:00
Richard Purdie 1f8a1ea564 meta-toolchain: Exclude from world builds
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-09-08 17:43:26 +01:00
Richard Purdie 2557eb1882 meta-toolchain: Set --build flag to configure in CONFIGURE_FLAGS
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-09-01 23:28:04 +01:00
Richard Purdie bcb58a0cd0 meta-toolchain: Fix problems introduced by prefix variable value changes 2008-12-05 11:25:55 +00:00
Richard Purdie 69fb780e14 meta-toolchain: Make sure the opkg config files are clean to start with when rebuilding them 2008-11-10 15:34:25 +00:00
Richard Purdie 8dd58f515c meta-toolchain: Don't inherit sdk
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5533 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-17 10:44:17 +00:00
Richard Purdie 7c1f208e36 meta-toolchain: Fix pkgdata location
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4899 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-19 22:06:25 +00:00
Richard Purdie d12df5427a Switch from ipkg-utils to opkg-utils
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4863 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-17 21:34:57 +00:00
Richard Purdie 3c58460fc8 meta-toolchain: Fix to use layout_libdir
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4654 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-06-14 12:29:02 +00:00
Richard Purdie 2c74c80653 meta-toolchain: Make sure lockfiles directory exists
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4652 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-06-14 09:39:00 +00:00
Richard Purdie 9bc7b7c4f1 meta-toolchain: Fix typo
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4481 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-05-15 14:18:53 +00:00
Richard Purdie baadb355da meta-toolchain: Fix symlink for darwin
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4478 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-05-15 13:57:08 +00:00
Richard Purdie 1d4c242726 meta-toolchain: Tweak CONFIGURE_FLAGS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4477 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-05-15 13:05:36 +00:00
Richard Purdie 3c819c6330 meta-toolchain: Add some extra useful configuration variables and darwin specific tweaks
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4476 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-05-15 13:04:49 +00:00
Richard Purdie 33fd5111e4 meta-toolchain: Fix status file path and hence extras tarball generation
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4454 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-05-07 16:55:56 +00:00
Richard Purdie 2dad46604d meta-toolchain: Don't remove .la files, try and fix them
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4429 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-05-05 22:46:30 +00:00
Richard Purdie 58d88cec42 meta-toolchain: Fix up various paths and file locations to be more consistent
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4289 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-04-17 11:48:23 +00:00
Marcin Juszkiewicz 28f93a633d meta-toolchain: use opkg*.conf
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4288 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-04-17 11:10:59 +00:00
Richard Purdie b4927ba526 meta-toolchain: Use layout_libdir in PKG_CONFIG_PATH
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4185 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-04-07 16:54:15 +00:00
Richard Purdie cdc99103df meta-toolchain: Remove all problematic .la files
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4184 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-04-07 16:50:37 +00:00
Robert Bradford d7b04be0c6 Update the PKG_CONFIG_PATH in the environment-setup script to reflect the new
path.


git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4181 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-04-07 15:13:17 +00:00
Marcin Juszkiewicz 7177c20ad7 meta-toolchain: switched to opkg
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4031 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-03-17 13:19:35 +00:00
Marcin Juszkiewicz 2c74957ce2 meta-toolchain: many changes to make it expandable with ipkg
After initialization there are two aliases available:
- ipkg - allows to remove/install SDK packages
- ipkg-target - allows to remove/install target packages

As a result user can extend SDK to contain any target library from Poky build.


git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4013 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-03-14 16:31:03 +00:00
Richard Purdie cb7d25e183 meta-toolchain: Add version data to the sdk tarballs
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3820 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-02-15 17:29:40 +00:00
Richard Purdie 18aa85bc8f meta-toolchain: Install -dbg packages into standalone toolchains and sdk
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3712 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-02-07 20:22:10 +00:00
Richard Purdie e9ba02ee17 meta-toolchain: Separate out extra files to reduce base toolchain/sdk size
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3603 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-01-25 17:47:24 +00:00
Richard Purdie 6820673592 meta-toolchain: Fix target and host file separation so sdk installed files are handled correctly
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3562 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-01-21 11:11:52 +00:00
Richard Purdie b1975f9168 meta-toolchain: Allow output name to be overridden
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3438 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-01-09 13:46:44 +00:00
Richard Purdie f7a133e24c meta-toolchain: Split into a plain toolchain and full SDK versions
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3437 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-01-09 13:23:56 +00:00
Richard Purdie 1011c2b7e9 meta-toolchain: Generate site config files and an environmental setup script
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3365 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-12-19 18:28:49 +00:00
Marcin Juszkiewicz 2228b41678 meta-toolchain: provide /usr/ symlink (related to sysroot usage) - requested by Rob
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3342 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-12-18 08:57:19 +00:00
Richard Purdie e955540829 meta-toolchain: Switch task-poky-standalone-gmae-sdk-target for experimental purposes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3287 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-30 17:01:46 +00:00
Richard Purdie f3b89a0ed3 packages/meta: Remove pkgmaps references
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3226 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-24 23:08:48 +00:00
Richard Purdie 755bf78038 meta-toolchain: Fix some paths and remove unneeded header file manipulation
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3129 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-12 16:28:59 +00:00
Richard Purdie 0e09147de1 Remove hardcoded staging layout assumptions
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3116 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-12 11:06:34 +00:00
Richard Purdie 9ab181066b meta-toolchain: Fix after deploy ipk changes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3082 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-06 22:47:22 +00:00
Richard Purdie f19cf86698 meta-toolchain: Change to be more generic and use package_ipk conf generation functions. Also rename task-poky-standalone-sdk-host to task-sdk-host and add copyright.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2638 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-09-01 22:49:32 +00:00
Richard Purdie c6938aad87 Factor ipkg index and conf file creation into package_ipk.bbclass
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2637 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-09-01 22:17:06 +00:00
Richard Purdie c09b63e6ed meta-toolchain: Adjust after pkgdata changes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2536 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-08-22 09:22:16 +00:00
Richard Purdie d7ff06986b meta-toolchain: Create task-poky-standalone-sdk-host and target tasks packages and use these in meta-toolchain to avoid package renaming problems.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2038 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-06-28 11:09:21 +00:00
Richard Purdie 91c69955d5 meta-toolchain: Add libgcc-dev package
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1975 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-06-19 09:18:24 +00:00
Richard Purdie 7e30ceeefe meta-toolchain: Cosmetic cleanups to debug output
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1960 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-06-16 12:41:28 +00:00
Richard Purdie ac63e5a341 sdk.bbclass: Set PACKAGE_ARCH to something suitable (update task-sdk, meta-toolchain)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1956 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-06-16 11:25:53 +00:00