diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2016-11-02 17:59:45 +0100 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2016-11-02 17:59:45 +0100 |
commit | 89d69530421ae87ca3cca49f9b22a9d44a4d9e59 (patch) | |
tree | f351766273dd67e94b86018f9c75d7b8665db20b | |
parent | 23ac5169f1ae444d0ebaa064b4206c6de81631c6 (diff) |
Bugfix: conditional append instead of appending to override
Change-Id: I337876d9d5311618efd3e5a627724801de0acd6c
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
-rw-r--r-- | meta-agl-bsp/meta-raspberrypi/recipes-bsp/bootfiles/bcm2835-bootfiles.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-bsp/meta-raspberrypi/recipes-bsp/bootfiles/bcm2835-bootfiles.bbappend b/meta-agl-bsp/meta-raspberrypi/recipes-bsp/bootfiles/bcm2835-bootfiles.bbappend index 88f19c6c7..adb19c09c 100644 --- a/meta-agl-bsp/meta-raspberrypi/recipes-bsp/bootfiles/bcm2835-bootfiles.bbappend +++ b/meta-agl-bsp/meta-raspberrypi/recipes-bsp/bootfiles/bcm2835-bootfiles.bbappend @@ -1 +1 @@ -RDEPENDS_${PN}_sota += " u-boot-otascript" +RDEPENDS_${PN}_append_sota += " u-boot-otascript" |