summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-xlnx-dev.bb
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2013-09-17 18:32:25 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2013-09-17 18:32:25 +1000
commita16dfa56e5b9d17efb3f1ec1e26145eadc5c809c (patch)
treed52835c538db7dc0ec9e15bb37bdfd937ff92306 /recipes-kernel/linux/linux-xlnx-dev.bb
parent02a46d1a252cda6fb3ba990f2260d6438b6a7921 (diff)
downloadmeta-xilinx-a16dfa56e5b9d17efb3f1ec1e26145eadc5c809c.tar.gz
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 <nathan.rossi@xilinx.com>
Diffstat (limited to 'recipes-kernel/linux/linux-xlnx-dev.bb')
-rw-r--r--recipes-kernel/linux/linux-xlnx-dev.bb2
1 files changed, 1 insertions, 1 deletions
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"
25 25
26include linux-xlnx.inc 26include linux-xlnx.inc
27 27
28SRC_URI = "git://github.com/Xilinx/linux-xlnx.git;protocol=git;nocheckout=1;branch=${KBRANCH}" 28SRC_URI = "git://github.com/Xilinx/linux-xlnx.git;protocol=git;branch=${KBRANCH}"
29 29
30# Set default SRCREVs. SRCREVs statically set to prevent network access during 30# Set default SRCREVs. SRCREVs statically set to prevent network access during
31# parsing. If linux-xlnx-dev is the preferred provider, they will be overridden 31# parsing. If linux-xlnx-dev is the preferred provider, they will be overridden