diff options
| author | Paul Barker <paul@paulbarker.me.uk> | 2013-05-22 10:06:04 +0100 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2013-06-10 12:04:50 +0300 |
| commit | 26000aace1cfbe839d6b7f82bf61707e6a1c3994 (patch) | |
| tree | f6a545e2c1001e990fd1d9258245d014e7df1d3f /recipes-bcm/bootfiles | |
| parent | 06630f323d9254f23258a196de2a52fd8008a2ef (diff) | |
| download | meta-raspberrypi-26000aace1cfbe839d6b7f82bf61707e6a1c3994.tar.gz | |
bootfiles, vc-graphics: consolidate SRC_URI and S variables
The variables RPIFW_SRC_URI and RPIFW_S are created in the common firmware
include file so that it is easier to override the firmware source in a local or
distro config file. RPIFW_SRC_URI is used to set SRC_URI in firmware.inc as it
is common to both bootfiles and vc-graphics. RPIFW_S is used as a prefix for S
in bcm2835-bootfiles.bb and vc-graphics.inc as different subdirectories are
referenced in each recipe.
Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
Diffstat (limited to 'recipes-bcm/bootfiles')
| -rw-r--r-- | recipes-bcm/bootfiles/bcm2835-bootfiles.bb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/recipes-bcm/bootfiles/bcm2835-bootfiles.bb b/recipes-bcm/bootfiles/bcm2835-bootfiles.bb index 28d1639..36cbcf5 100644 --- a/recipes-bcm/bootfiles/bcm2835-bootfiles.bb +++ b/recipes-bcm/bootfiles/bcm2835-bootfiles.bb | |||
| @@ -9,11 +9,7 @@ RDEPENDS_${PN} = "rpi-config" | |||
| 9 | 9 | ||
| 10 | COMPATIBLE_MACHINE = "raspberrypi" | 10 | COMPATIBLE_MACHINE = "raspberrypi" |
| 11 | 11 | ||
| 12 | SRC_URI = " \ | 12 | S = "${RPIFW_S}/boot" |
| 13 | git://github.com/raspberrypi/firmware.git;protocol=git;branch=master \ | ||
| 14 | " | ||
| 15 | |||
| 16 | S = "${WORKDIR}/git/boot" | ||
| 17 | 13 | ||
| 18 | PR = "r3" | 14 | PR = "r3" |
| 19 | 15 | ||
