summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-07-28 18:00:44 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2015-07-29 10:48:21 -0300
commit7e51aeacb814cc0b71eb592cf10968b0850412e3 (patch)
tree7d286bd7f62fc37477c8431d1b12ef0618213198 /recipes-bsp/u-boot
parent4301b03812f4ec2259ca71dc292e1200c8fd36d0 (diff)
downloadmeta-freescale-7e51aeacb814cc0b71eb592cf10968b0850412e3.tar.gz
u-boot-qoriq: correct PV
u-boot-qoriq was upgraded to 2015.01 now. Use _append to not override the PV in recipe. Signed-off-by: Ting Liu <ting.liu@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r--recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb b/recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb
index 17c470dc..fcc31f51 100644
--- a/recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb
+++ b/recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = " \
11 file://Licenses/lgpl-2.1.txt;md5=4fbd65380cdd255951079008b364516c \ 11 file://Licenses/lgpl-2.1.txt;md5=4fbd65380cdd255951079008b364516c \
12" 12"
13 13
14PV = "2014.07+fslgit" 14PV_append = "+fslgit"
15INHIBIT_DEFAULT_DEPS = "1" 15INHIBIT_DEFAULT_DEPS = "1"
16DEPENDS = "boot-format-native libgcc ${@base_contains('TCMODE', 'external-fsl', '', 'virtual/${TARGET_PREFIX}gcc', d)}" 16DEPENDS = "boot-format-native libgcc ${@base_contains('TCMODE', 'external-fsl', '', 'virtual/${TARGET_PREFIX}gcc', d)}"
17 17