[oe-commits] [openembedded-core] 02/10: kernel.bbclass: drop legacy fallback to yes '' | make oldconfig

git at git.openembedded.org git at git.openembedded.org
Thu Jan 18 00:03:49 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 6abee5468e05333fbd9bd5ac8fc203a749ae3b3e
Author: Andre McCurdy <armccurdy at gmail.com>
AuthorDate: Wed Jan 17 15:00:40 2018 -0800

    kernel.bbclass: drop legacy fallback to yes '' | make oldconfig
    
    The "oldnoconfig" target has been supported since Linux 2.6.36.
    
    According to OLDEST_KERNEL, the oldest kernel currently supported by
    OE is 3.2.0, so the fallback to yes '' | make oldconfig is no longer
    required.
    
    Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/kernel.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass
index c42f85c..6f01d87 100644
--- a/meta/classes/kernel.bbclass
+++ b/meta/classes/kernel.bbclass
@@ -486,7 +486,7 @@ sysroot_stage_all () {
 	:
 }
 
-KERNEL_CONFIG_COMMAND ?= "oe_runmake_call -C ${S} O=${B} oldnoconfig || yes '' | oe_runmake -C ${S} O=${B} oldconfig"
+KERNEL_CONFIG_COMMAND ?= "oe_runmake_call -C ${S} O=${B} oldnoconfig"
 
 python check_oldest_kernel() {
     oldest_kernel = d.getVar('OLDEST_KERNEL')

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list