From cf8a0ac1b097a6790b4b02a86182764e3eecf581 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 18 Mar 2014 23:01:19 -0400 Subject: kernel-yocto: remove KBRANCH_DEFAULT KBRANCH_DEFAULT is no longer used, so we can remove it from all recipes (and it won't be missed). (From OE-Core rev: e631fc989b08873f559c5927117301294f04298c) Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-dev.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/recipes-kernel/linux/linux-yocto-dev.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto-dev.bb b/meta/recipes-kernel/linux/linux-yocto-dev.bb index 10f3d234ed..595f72d5bb 100644 --- a/meta/recipes-kernel/linux/linux-yocto-dev.bb +++ b/meta/recipes-kernel/linux/linux-yocto-dev.bb @@ -23,7 +23,6 @@ python () { } KBRANCH = "standard/base" -KBRANCH_DEFAULT = "${KBRANCH}" KMETA = "meta" SRC_URI = "git://git.yoctoproject.org/linux-yocto-dev.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" -- cgit v1.2.3-54-g00ecf