]> code.ossystems Code Review - openembedded-core.git/commitdiff
kernel-yocto: pass the build directory to configme
authorBruce Ashfield <bruce.ashfield@windriver.com>
Tue, 4 Jan 2011 05:20:14 +0000 (00:20 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 10 Jan 2011 21:04:44 +0000 (21:04 +0000)
configme used to be able to calculate the output/build directory
when branches were always <machine>-<kernel type>. Branch names
can now be widely different and to avoid embedding complexity
in the scripts it is easier to just pass ${B} from the build system
down to the scripts.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
meta/classes/kernel-yocto.bbclass
meta/conf/distro/include/poky-default-revisions.inc

index 7ebe5d69aaa616deb79e334b0821d7a1ebdfffca..df2a8a43bced7635898327418ab50df9070e981f 100644 (file)
@@ -121,7 +121,7 @@ do_kernel_configme() {
        echo "[INFO] doing kernel configme"
 
        cd ${S}
-       configme --reconfig
+       configme --reconfig --output ${B}
        if [ $? -ne 0 ]; then
                echo "ERROR. Could not configure ${KMACHINE}-${LINUX_KERNEL_TYPE}"
                exit 1
index c11faf9316e69a725a52d1b41c5a1268d2fdfaff..c4b00a6473522919239c7d7bd054683a9b9f7faf 100644 (file)
@@ -57,7 +57,7 @@ SRCREV_pn-gypsy ??= "147"
 SRCREV_pn-inputproto ??= "7203036522ba9d4b224d282d6afc2d0b947711ee"
 SRCREV_pn-inputproto-native ??= "7203036522ba9d4b224d282d6afc2d0b947711ee"
 SRCREV_pn-inputproto-nativesdk ??= "7203036522ba9d4b224d282d6afc2d0b947711ee"
-SRCREV_pn-kern-tools-native ??= "72683bf61fdb83a1c0b4110763f803ff3e39f8ca"
+SRCREV_pn-kern-tools-native ??= "a494ddaf1c9151af8af8050e8427c9958440ec4c"
 SRCREV_pn-libdrm ??= "3f3c5be6f908272199ccf53f108b1124bfe0a00e"
 SRCREV_pn-libfakekey ??= "2031"
 SRCREV_pn-libgdbus ??= "aeab6e3c0185b271ca343b439470491b99cc587f"