diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-09-06 15:54:46 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-09-11 17:32:16 +0000 |
commit | a86064fc199b6aecffcb0dd90419c9f67e6f8c8c (patch) | |
tree | 009ce0f177b0eb301e3e8a565e5c89a29ffef94b /meta-agl-bsp/meta-rcar-gen3/recipes-bsp/u-boot | |
parent | 2acf74e3c12265ff2184bb5addfaf0999c9034b4 (diff) |
Fix u-boot deploy
Change-Id: I18281683aa6df6ee6f5c639e4564cc272cae838d
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10815
Reviewed-by: Stéphane Desneux <stephane.desneux@iot.bzh>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-bsp/meta-rcar-gen3/recipes-bsp/u-boot')
-rw-r--r-- | meta-agl-bsp/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bbappend b/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bbappend index 36d8c24b8..b50c1da6f 100644 --- a/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bbappend +++ b/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bbappend @@ -5,5 +5,5 @@ SRC_URI_append = " \ " do_deploy_prepend() { - ln -s ${B}/${UBOOT_SREC} ${S}/${UBOOT_SREC} + ln -sf ${B}/${UBOOT_SREC} ${S}/${UBOOT_SREC} } |