summaryrefslogtreecommitdiffstats
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 15:22:55 +0100
commit1d3cc59b8716cb1225461b3540967836a2779f00 (patch)
tree48cf75f9a5fae4552b35201f6a2e0aee1b9afc2c /meta/recipes-core/uclibc/uclibc.inc
parent8f9d5d625931889b66dfc0d6744f3077d6775286 (diff)
downloadpoky-1d3cc59b8716cb1225461b3540967836a2779f00.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 (From OE-Core rev: b87df62a0bb402a1b1dbdee182c1ffd2787979bf) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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() {
202 echo "### FPU" >>${S}/merged.config 202 echo "### FPU" >>${S}/merged.config
203 echo "### ABI" >>${S}/merged.config 203 echo "### ABI" >>${S}/merged.config
204 echo "### DISTRO FEATURES" >>${S}/merged.config 204 echo "### DISTRO FEATURES" >>${S}/merged.config
205 cp ${S}/merged.config ${S}/.config
206 205
207 # Mangle the resulting .config depending on OE variables 206 # Mangle the resulting .config depending on OE variables
208 sed -i -e '${configmangle}' ${S}/.config 207 sed -i -e '${configmangle}' ${S}/merged.config
209 208
210 oe_runmake oldconfig 209 oe_runmake KCONFIG_ALLCONFIG=${S}/merged.config allnoconfig
211} 210}
212 211
213do_install() { 212do_install() {