aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/uclibc/uclibc.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-06-11 02:09:00 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-14 13:15:52 +0100
commitb87df62a0bb402a1b1dbdee182c1ffd2787979bf (patch)
tree283441a215fbc8adc76ac69b7ff5173607632ccf /meta/recipes-core/uclibc/uclibc.inc
parent92714eb3b08951eb1576e9370492ec3d4374ee75 (diff)
downloadopenembedded-core-contrib-b87df62a0bb402a1b1dbdee182c1ffd2787979bf.tar.gz
uclibc: Cleanup the machine dependent config files
We only have arch specific machine fragments now. Introduce use of KCONFIG_ALLCONFIG and use allnoconfig Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-core/uclibc/uclibc.inc')
-rw-r--r--meta/recipes-core/uclibc/uclibc.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-core/uclibc/uclibc.inc b/meta/recipes-core/uclibc/uclibc.inc
index c1bc42264e..15d4e52708 100644
--- a/meta/recipes-core/uclibc/uclibc.inc
+++ b/meta/recipes-core/uclibc/uclibc.inc
@@ -202,12 +202,11 @@ do_configure() {
echo "### FPU" >>${S}/merged.config
echo "### ABI" >>${S}/merged.config
echo "### DISTRO FEATURES" >>${S}/merged.config
- cp ${S}/merged.config ${S}/.config
# Mangle the resulting .config depending on OE variables
- sed -i -e '${configmangle}' ${S}/.config
+ sed -i -e '${configmangle}' ${S}/merged.config
- oe_runmake oldconfig
+ oe_runmake KCONFIG_ALLCONFIG=${S}/merged.config allnoconfig
}
do_install() {