From 558f6d44365f062523fbba3926ab46e5cd1984b8 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 3 Sep 2009 15:22:46 -0700 Subject: OpenEmbedded: Switch to using linux-uclibceabi and linux-gnu for TARGET_OS * Bump the ABI_LAYOUT. Build from scratch will be needed. * Replace using TARGET_OS from linux->linux-gnu. * Replace using linux-uclibcgnueabi->linux-uclibceabi. * Add 'eabi' to DISTRO_FEATURES (only for minimal and micro). * Use eabi and BASE_PACKAGE_ARCH to compute real TARGET_OS. * Fix the micro conf to get console image building. * Fix the linux-uclibcgnueabi overrides in all recipes. Signed-off-by: Khem Raj Acked-by: Phill Blundell Acked-by: Michael 'Mickey' Lauer --- recipes/linux/mx21ads-kernel_2.6.19rc6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/linux/mx21ads-kernel_2.6.19rc6.bb') diff --git a/recipes/linux/mx21ads-kernel_2.6.19rc6.bb b/recipes/linux/mx21ads-kernel_2.6.19rc6.bb index 47f363d7df..bc8e6242a7 100644 --- a/recipes/linux/mx21ads-kernel_2.6.19rc6.bb +++ b/recipes/linux/mx21ads-kernel_2.6.19rc6.bb @@ -26,7 +26,7 @@ RPROVIDES_kernel-image += "hostap-modules" do_configure_prepend() { install -m 0644 ${WORKDIR}/mx21ads_defconfig ${S}/defconfig - if [ "${TARGET_OS}" == "linux-gnueabi" -o "${TARGET_OS}" == "linux-uclibcgnueabi" ]; then + if [ "${TARGET_OS}" == "linux-gnueabi" -o "${TARGET_OS}" == "linux-uclibceabi" ]; then echo "CONFIG_AEABI=y" >> ${S}/.config echo "CONFIG_OABI_COMPAT=y" >> ${S}/.config else -- cgit 1.2.3-korg