diff options
| author | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-05-23 11:32:23 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-05-23 11:32:23 +1000 |
| commit | 3fc5868cfd14a2fede553647cc31699c3dc9f56c (patch) | |
| tree | a9ad10b81afc1d14533f43ff43d2151cf136af96 | |
| parent | c93171bbbba4b8698d710807c5f1810bd49855df (diff) | |
| download | meta-xilinx-3fc5868cfd14a2fede553647cc31699c3dc9f56c.tar.gz | |
linux-xlnx: Fix DEPENDS for microblaze targets
* Fix the DEPENDS for microblaze, use '_append' instead of just '+='.
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
| -rw-r--r-- | recipes-kernel/linux/linux-xlnx.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-xlnx.inc b/recipes-kernel/linux/linux-xlnx.inc index 3528edaf..0f2a4cd9 100644 --- a/recipes-kernel/linux/linux-xlnx.inc +++ b/recipes-kernel/linux/linux-xlnx.inc | |||
| @@ -7,7 +7,7 @@ require recipes-kernel/linux/linux-yocto.inc | |||
| 7 | require conf/machine/include/soc-family.inc | 7 | require conf/machine/include/soc-family.inc |
| 8 | 8 | ||
| 9 | # MicroBlaze is a uImage target, but its not called 'uImage' | 9 | # MicroBlaze is a uImage target, but its not called 'uImage' |
| 10 | DEPENDS_microblaze += "u-boot-mkimage-native" | 10 | DEPENDS_append_microblaze += "u-boot-mkimage-native" |
| 11 | 11 | ||
| 12 | FILESEXTRAPATHS_prepend := "${THISDIR}/linux-xlnx:" | 12 | FILESEXTRAPATHS_prepend := "${THISDIR}/linux-xlnx:" |
| 13 | SRC_URI = "git://github.com/Xilinx/linux-xlnx;protocol=git;nocheckout=1" | 13 | SRC_URI = "git://github.com/Xilinx/linux-xlnx;protocol=git;nocheckout=1" |
