diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2015-03-04 14:24:22 -0500 |
---|---|---|
committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2015-03-05 10:54:33 +1000 |
commit | 6201f5a533d20e1211695a7a907b1dafb5e610c4 (patch) | |
tree | eb2f290dc986ca333073e1d8a3e4fb199073adf3 | |
parent | 0924d543b4dd16ce9b111e24491308ddb4c67f60 (diff) | |
download | meta-xilinx-6201f5a533d20e1211695a7a907b1dafb5e610c4.tar.gz |
Fix PREFERRED_PROVIDER comment in linux-xlnx-dev.bb
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
-rw-r--r-- | recipes-kernel/linux/linux-xlnx-dev.bb | 2 |
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 cf4c5c78..860c00ee 100644 --- a/recipes-kernel/linux/linux-xlnx-dev.bb +++ b/recipes-kernel/linux/linux-xlnx-dev.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | # This recipe tracks the 'bleeding edge' linux-xlnx repository. | 1 | # This recipe tracks the 'bleeding edge' linux-xlnx repository. |
2 | # Since this tree is frequently updated, AUTOREV is used to track its contents. | 2 | # Since this tree is frequently updated, AUTOREV is used to track its contents. |
3 | # | 3 | # |
4 | # To enable this recipe, set PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-dev" | 4 | # To enable this recipe, set PREFERRED_PROVIDER_virtual/kernel = "linux-xlnx-dev" |
5 | 5 | ||
6 | KBRANCH ?= "master-next" | 6 | KBRANCH ?= "master-next" |
7 | 7 | ||