meta-raspberrypi/recipes-bsp
Jonathan Liu b0308141c1 u-boot: Fix appending to RDEPENDS
The += operator should not be used in combination with overrides as it
will clear any existing values in the variable.

Example:
FOO = "bar"
FOO_rpi += "baz"

The above example would result in FOO being equal to " baz" instead of
"bar baz".

The bbappend is changed to use a wildcard instead of a specific version
to simplify updating U-Boot.

Signed-off-by: Jonathan Liu <net147@gmail.com>
2016-11-12 13:26:18 +01:00
..
bootfiles rpi-config_git.bb: add v4c overlay to config.txt to support vc4graphics 2016-09-21 16:51:20 +01:00
common firmware: Use release tarballs 2016-11-08 12:12:29 +01:00
formfactor Remove uses of PRINC 2014-05-08 21:20:26 +03:00
rpi-u-boot-scr rpi-u-boot-scr: Add recipe to create u-boot boot script 2016-10-31 15:58:48 +01:00
u-boot u-boot: Fix appending to RDEPENDS 2016-11-12 13:26:18 +01:00