Skip to content

Commit

Permalink
ignore src-uri-bad
Browse files Browse the repository at this point in the history
OE complains about this, but this works fine.
  • Loading branch information
jhofstee committed Feb 12, 2025
1 parent 7a37035 commit 7854195
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ inherit deploy

SRC_URI = "https://github.com/raspberrypi/firmware/archive/1.${PV}.tar.gz"
SRC_URI[sha256sum] = "e186889be44a80bc148c0a020aaf580633ddb10ee314c1c7299c74fd73db3dd1"
INSANE_SKIP:${PN} += "src-uri-bad"

COMPATIBLE_MACHINE = "raspberrypi"

Expand Down
1 change: 1 addition & 0 deletions meta-bsp/recipes-bsp/u-boot/u-boot-canvu500.inc
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ SRC_URI = "\
https://github.com/victronenergy/u-boot/archive/v${PV}.tar.gz \
"
SRC_URI[sha256sum] = "0dc1ef04b643e6b5f8177b91cb850f409dbcb463f6b7c446fb43f5716d7d1b25"
INSANE_SKIP:${PN} += "src-uri-bad"

S = "${WORKDIR}/u-boot-${PV}"
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
SRC_URI += "https://github.com/victronenergy/u-boot/archive/v${PV}.tar.gz"
SRC_URI[sha256sum] = "4c4e1158909be0a2b01f8f8c06eedecd1a3be10cd7279c5a73f87859b6ce7c62"
S = "${WORKDIR}/u-boot-${PV}"
INSANE_SKIP:${PN} += "src-uri-bad"

DEPENDS += "u-boot-mkimage-native"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ COMPATIBLE_MACHINE = "ccgx"
SRC_URI += "https://github.com/victronenergy/u-boot/archive/v${PV}.tar.gz"
SRC_URI[sha256sum] = "4c4e1158909be0a2b01f8f8c06eedecd1a3be10cd7279c5a73f87859b6ce7c62"
S = "${WORKDIR}/u-boot-${PV}"
INSANE_SKIP:${PN} += "src-uri-bad"

inherit autotools

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ SRC_URI = " \
file://fw_env.config \
"
SRC_URI[sha256sum] = "c7dd35420d7925c1443a0001a64a35f56593683f93612537617a18d60300398c"
INSANE_SKIP:${PN} += "src-uri-bad"

do_compile () {
oe_runmake -C ${S} ${UBOOT_MACHINE}
Expand Down
1 change: 1 addition & 0 deletions meta-bsp/recipes-bsp/u-boot/u-boot-sunxi.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ COMPATIBLE_MACHINE = "sunxi"
PV = "2018.05-sunxi-v17"
SRC_URI = "https://github.com/victronenergy/u-boot/archive/v${PV}.tar.gz"
SRC_URI[sha256sum] = "1dab16ee22c40d543988e9645aeeb171b9b4fd029c43d0d656bea235fb159661"
INSANE_SKIP:${PN} += "src-uri-bad"

S = "${WORKDIR}/u-boot-${PV}"
1 change: 1 addition & 0 deletions meta-bsp/recipes-bsp/u-boot/u-boot-venus.inc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025"

UBOOT_SRC_URI ?= ""
SRC_URI = "${UBOOT_SRC_URI}"
INSANE_SKIP:${PN} += "src-uri-bad"

S = "${WORKDIR}/git"
B = "${WORKDIR}/build"

0 comments on commit 7854195

Please sign in to comment.