Commit Graph

21 Commits

Author SHA1 Message Date
Christopher Larson
42c2ec133b external-sourcery-toolchain: kill ${exec_prefix}/lib/locale in do_install_locale
As do_install_locale already copied these into the sysroot to be picked up by
eglibc-locale, there's no reason to keep the files around for ourselves.

Note: this should go into the oe-core eglibc-package.inc.

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2012-11-08 22:02:26 -07:00
Christopher Larson
1c269847c4 external-sourcery-toolchain: also package ${prefix}/libexec
This is needed, as even if libexecdir isn't ${prefix}/libexec, our already
built eglibc will be expecting its files there. Without this, we get package
QA failures with current oe-core, which changed libexecdir to ${libdir}/${PN}.

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2012-11-08 16:00:18 -07:00
Christopher Larson
bc7dad4849 external-sourcery-toolchain: forgot to rstrip the trailing newline
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2012-11-02 14:56:03 -07:00
Christopher Larson
3c3abdc959 external-sourcery-toolchain: ship the multilib link in the -dev package
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2012-10-30 16:12:59 -07:00
Christopher Larson
c5d06ee1f9 external-sourcery-toolchain: put linux headers in eglibc packages
When building glibc, this is what usually happens -- the headers are
sanitized, then they're included in the libc development package(s), so mirror
that here. Include the headers with eglibc-dev rather than splitting out
separate linux-libc-headers packages.

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2012-10-30 15:39:56 -07:00
Christopher Larson
639415b491 external-sourcery-toolchain: add more rprovides
THis avoids eglibc being rebuilt when trying to include packages like
eglibc-pcprofile. This includes world, and the lsb packagegroup.

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2012-10-19 14:02:45 -07:00
Fahad Usman
d4a4b16658 external-sourcery-toolchain: add oprofile to package
* some stuff related to oprofile was being built but it was not being shipped,
added that to be packged now.

Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
2012-10-12 17:10:02 +05:00
Vladimir Zapolskiy
241ec9cd72 external-sourcery-toolchain: add libgomp packages
This change allows to generate libgomp packages for external toolchains
with libgomp support.

Signed-off-by: Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com>
2012-10-11 01:21:48 +03:00
Christopher Larson
b7d720df1f external-sourcery-toolchain: inhibit strip warnings
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2012-09-26 15:52:17 -04:00
Christopher Larson
98b0990982 external-sourcery-toolchain: install lib/locale in addition to ${libdir}
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2012-09-21 17:39:06 -07:00
Christopher Larson
9f793aaf68 Revert "external-sourcery-toolchain.bb : copy locale from /lib if not present in /lib64"
This reverts commit cfb95284db.
2012-09-21 09:45:31 -07:00
mshakeel
cfb95284db external-sourcery-toolchain.bb : copy locale from /lib if not present in /lib64
Note from kergoth: this is a temporary build fix, likely not an ideal fix for
the underlying problem.

Signed-off-by: Muhammad Shakeel <muhammad_shakeel@mentor.com>
2012-09-20 08:05:57 -07:00
Christopher Larson
64d264385e eglibc-package-adjusted: fix task-self-hosted multi-provider errors
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2012-08-22 15:35:14 -07:00
Christopher Larson
4a435f9181 Don't let the recipe override the config by using ??=
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2012-08-01 15:37:09 -07:00
Christopher Larson
d7b26feb36 eglibc-sourcery: add PROVIDES of eglibc
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2012-08-01 14:07:02 -07:00
Christopher Larson
fb661939e7 eglibc-sourcery: skip package when not using exttc
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2012-08-01 14:03:57 -07:00
Christopher Larson
4f3412df90 Drop the toolchain-scripts bits
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2012-07-31 08:42:31 -07:00
Christopher Larson
cb8785cf9d external-sourcery-toolchain: handle libdir/bin not existing
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2012-07-20 15:36:28 -07:00
Christopher Larson
9913c95405 external-sourcery: ensure the sysroot is available as a variable again
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2012-07-18 17:19:13 -07:00
Christopher Larson
cfcb4ec867 Don't emit eglibc packages from exttc if eglibc-sourcery is in use
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2012-07-09 14:54:13 -04:00
Christopher Larson
39d5113478 Initial commit.
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2012-07-06 11:39:08 -04:00