From a16dfa56e5b9d17efb3f1ec1e26145eadc5c809c Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Tue, 17 Sep 2013 18:32:25 +1000 Subject: linux-xlnx.inc: Remove use of "linux-yocto" * Remove the dependence on the linux-yocto.inc and linux-yocto classes. * This change is made to make linux-xlnx less dependent on features that are provided by the linux-yocto recipes, and in turn make the linux-xlnx recipe more portable. * Fix-up the individual .bb files where required. Signed-off-by: Nathan Rossi --- recipes-kernel/linux/linux-xlnx-dev.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-kernel/linux/linux-xlnx-dev.bb') diff --git a/recipes-kernel/linux/linux-xlnx-dev.bb b/recipes-kernel/linux/linux-xlnx-dev.bb index d27f506e..95e8af68 100644 --- a/recipes-kernel/linux/linux-xlnx-dev.bb +++ b/recipes-kernel/linux/linux-xlnx-dev.bb @@ -25,7 +25,7 @@ KBRANCH_DEFAULT = "master" include linux-xlnx.inc -SRC_URI = "git://github.com/Xilinx/linux-xlnx.git;protocol=git;nocheckout=1;branch=${KBRANCH}" +SRC_URI = "git://github.com/Xilinx/linux-xlnx.git;protocol=git;branch=${KBRANCH}" # Set default SRCREVs. SRCREVs statically set to prevent network access during # parsing. If linux-xlnx-dev is the preferred provider, they will be overridden -- cgit v1.2.3-54-g00ecf