diff options
author | Koen Kooi <k-kooi@ti.com> | 2010-02-03 14:18:52 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:16 +0200 |
commit | 9b029223ef6d0a82a61eaeefca0892e4602a77ce (patch) | |
tree | 3a595d941ce41715bdbd3b2e4aacd5a4b8963efa /recipes/meta/meta-toolchain-arago.bb | |
parent | c85386fccb05a18583ca40bffdeccfcb55780359 (diff) |
meta-toolchain-dvsdk: replace with arago version
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/meta/meta-toolchain-arago.bb')
-rw-r--r-- | recipes/meta/meta-toolchain-arago.bb | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/recipes/meta/meta-toolchain-arago.bb b/recipes/meta/meta-toolchain-arago.bb new file mode 100644 index 0000000000..0478e97770 --- /dev/null +++ b/recipes/meta/meta-toolchain-arago.bb @@ -0,0 +1,42 @@ +PR = "r3" + +SDK_DISTRO = "arago" +TOOLCHAIN_OUTPUTNAME = "${SDK_DISTRO}-${DISTRO_VERSION}-${FEED_ARCH}-${TARGET_OS}-${SDK_SUFFIX}" + +TOOLCHAIN_HOST_TASK ?= "task-arago-toolchain-host" +TOOLCHAIN_TARGET_TASK ?= "task-arago-toolchain-target" + +TOOLCHAIN_TARGET_EXCLUDE += "\ + libc6 \ + libc6-dev \ + glibc-extra-nss \ + libgcc1 \ + linux-libc-headers-dev \ + libthread-db1 \ + sln \ + curl \ + opkg-nogpg \ + alsa-conf-base \ + update-rc.d \ + update-rc.d-dev \ + tslib-conf \ + pointercal \ + sysvinit \ + sysvinit-inittab \ + i2c-tools \ + mtd-utils \ + util-linux-ng-fdisk \ + util-linux-ng-cfdisk \ + util-linux-ng-sfdisk \ + util-linux-ng-mount \ + util-linux-ng-mountall \ + util-linux-ng-umount \ + util-linux-ng-losetup \ + util-linux-ng-swaponoff \ + util-linux-ng-readprofile \ + util-linux-ng \ + udev-utils \ + " + +require meta-toolchain.bb +SDK_SUFFIX = "sdk" |