diff options
author | Alexander Kanavin <alex@linutronix.de> | 2024-12-04 07:48:46 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-12-05 17:07:10 +0000 |
commit | 166e5bdd7e6a587b2150840fa4bb4ced876d45e9 (patch) | |
tree | 8cc31c7655c1d1fd729ec64cd2881299e431b55f /meta/recipes-bsp/barebox/barebox-common.inc | |
parent | 2bab5ec648660e359d883dde2b4fd34ed095008a (diff) | |
download | poky-166e5bdd7e6a587b2150840fa4bb4ced876d45e9.tar.gz |
barebox: add more common items into shared .inc with barebox-tools
barebox-tools needs to be updated in lockstep with barebox,
and was already once erroneously updated to 2024.10 without
barebox itself.
Particularly, this change puts PV into .inc as well for both
recipes. This will allow AUH to produce correct update patches,
as barebox recipe is mutually exclusive with u-boot, and
so isn't handled by AUH. mesa-gl recipe uses a similar trick
with mesa.
(From OE-Core rev: 555a637d467364f896b72436a83b118e29ee5550)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/barebox/barebox-common.inc')
-rw-r--r-- | meta/recipes-bsp/barebox/barebox-common.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/recipes-bsp/barebox/barebox-common.inc b/meta/recipes-bsp/barebox/barebox-common.inc new file mode 100644 index 0000000000..5dcdb70757 --- /dev/null +++ b/meta/recipes-bsp/barebox/barebox-common.inc | |||
@@ -0,0 +1,8 @@ | |||
1 | HOMEPAGE = "https://barebox.org/" | ||
2 | SECTION = "bootloaders" | ||
3 | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=f5125d13e000b9ca1f0d3364286c4192" | ||
5 | |||
6 | PV = "2024.10.0" | ||
7 | SRC_URI = "https://barebox.org/download/barebox-${PV}.tar.bz2" | ||
8 | SRC_URI[sha256sum] = "955b20bfa7358732d2c0c09ccfd4c1a69087b7e2c610b16dee7442d71a5af88d" | ||