Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include UPSTREAM_CHECK_COMMITS to fix UNKNOWN_BROKEN status when running devtool check-upgrade-status #854

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
c08a075
can-isotp: include UPSTREAM_CHECK_COMMITS to fix UNKNOWN_BROKEN status
altru-smile Jul 30, 2024
862e8ec
con2fbmap: include UPSTREAM_CHECK_COMMITS to fix UNKNOWN_BROKEN status
altru-smile Jul 30, 2024
c279105
cpufrequtils: include UPSTREAM_CHECK_COMMITS to fix UNKNOWN_BROKEN st…
altru-smile Jul 30, 2024
f9a17a8
dbus-daemon-proxy: include UPSTREAM_CHECK_COMMITS to fix UNKNOWN_BROK…
altru-smile Jul 31, 2024
a7c9e90
devmem2: include UPSTREAM_CHECK_COMMITS to fix UNKNOWN_BROKEN status
altru-smile Jul 30, 2024
5002a83
edid-decode: include UPSTREAM_CHECK_COMMITS to fix UNKNOWN_BROKEN status
altru-smile Jul 30, 2024
7a3599f
fb-test: include UPSTREAM_CHECK_COMMITS to fix UNKNOWN_BROKEN status
altru-smile Jul 30, 2024
bb9e602
firmwared: include UPSTREAM_CHECK_COMMITS to fix UNKNOWN_BROKEN status
altru-smile Jul 30, 2024
966e44e
funyahoo-plusplus: include UPSTREAM_CHECK_COMMITS to fix UNKNOWN_BROK…
altru-smile Jul 30, 2024
1b10899
hunspell-dictionaries: switch branch from master to main
altru-smile Jul 30, 2024
788fa25
hunspell-dictionaries: include UPSTREAM_CHECK_COMMITS to fix UNKNOWN_…
altru-smile Jul 30, 2024
3617067
icyque: include UPSTREAM_CHECK_COMMITS to fix UNKNOWN_BROKEN status
altru-smile Jul 30, 2024
1450aa5
iksemel: include UPSTREAM_CHECK_COMMITS to fix UNKNOWN_BROKEN status
altru-smile Jul 30, 2024
906fdaa
kconfig-frontends: include UPSTREAM_CHECK_COMMITS to fix UNKNOWN_BROK…
altru-smile Jul 31, 2024
0e65645
libbacktrace: include UPSTREAM_CHECK_COMMITS to fix UNKNOWN_BROKEN st…
altru-smile Jul 31, 2024
21fa528
libc-bench: include UPSTREAM_CHECK_COMMITS to fix UNKNOWN_BROKEN status
altru-smile Jul 31, 2024
2227425
libubox: include UPSTREAM_CHECK_COMMITS to fix UNKNOWN_BROKEN status
altru-smile Jul 31, 2024
c5d1d4a
linux-serial-test: include UPSTREAM_CHECK_COMMITS to fix UNKNOWN_BROK…
altru-smile Jul 31, 2024
21b5b2a
musl-rpmatch: include UPSTREAM_CHECK_COMMITS to fix UNKNOWN_BROKEN st…
altru-smile Jul 31, 2024
996ffa4
pam-plugin-ccreds: include UPSTREAM_CHECK_COMMITS to fix UNKNOWN_BROK…
altru-smile Jul 31, 2024
d38c615
pcimem: include UPSTREAM_CHECK_COMMITS to fix UNKNOWN_BROKEN status
altru-smile Jul 31, 2024
f626389
pim435: include UPSTREAM_CHECK_COMMITS to fix UNKNOWN_BROKEN status
altru-smile Jul 31, 2024
d7e3bca
properties-cpp: include UPSTREAM_CHECK_COMMITS to fix UNKNOWN_BROKEN …
altru-smile Jul 31, 2024
e6ef259
qad: Add UPSTREAM_CHECK_COMMITS
ycongal-smile Jul 19, 2024
5ebbe6b
reboot-mode: Add UPSTREAM_CHECK_COMMITS
ycongal-smile Jul 19, 2024
a547e9a
s-suite: Add UPSTREAM_CHECK_COMMITS
ycongal-smile Jul 19, 2024
ad82444
syzkaller: Add UPSTREAM_CHECK_COMMITS
ycongal-smile Jul 19, 2024
4c05153
yavta: Add UPSTREAM_CHECK_COMMITS
ycongal-smile Jul 19, 2024
bca344a
zsync-curl: Add UPSTREAM_CHECK_COMMITS
ycongal-smile Jul 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions meta-oe/recipes-benchmark/libc-bench/libc-bench_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ SRC_URI = "git://git.musl-libc.org/libc-bench;branch=master \
file://0001-build-Do-not-override-ldflags-from-environment.patch \
"

# Upstream repo does not tag
UPSTREAM_CHECK_COMMITS = "1"

S = "${WORKDIR}/git"

do_install () {
Expand Down
4 changes: 4 additions & 0 deletions meta-oe/recipes-benchmark/s-suite/s-suite_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ SRCREV = "f97f1ae321d1fb8111a2c638075702ed2512ff07"
PV = "3.6"
SRC_URI = "git://github.com/Algodev-github/S.git;protocol=https;branch=master"

# Current PV is not a git tag but a Readme content, track commits to detect
# upstream updates
UPSTREAM_CHECK_COMMITS = "1"

S = "${WORKDIR}/git"

# installing in /opt/S-suite since the package has
Expand Down
3 changes: 3 additions & 0 deletions meta-oe/recipes-bsp/con2fbmap/con2fbmap_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ SRC_URI = "git://gitlab.com/pibox/con2fbmap.git;protocol=https;branch=master \
file://0001-con2fbmap-Add-missing-include-on-string.h.patch \
"

# Upstream repo does not tag
UPSTREAM_CHECK_COMMITS = "1"

S = "${WORKDIR}/git"

inherit autotools
Expand Down
3 changes: 3 additions & 0 deletions meta-oe/recipes-bsp/cpufrequtils/cpufrequtils_008.bb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ SRC_URI = "git://github.com/emagii/cpufrequtils.git;branch=master;protocol=https
file://0001-dont-unset-cflags.patch \
"

# Upstream repo does not tag
UPSTREAM_CHECK_COMMITS = "1"

EXTRA_OEMAKE:append = " ${@['', 'NLS=false']['${USE_NLS}' == 'no']} "


Expand Down
3 changes: 3 additions & 0 deletions meta-oe/recipes-bsp/firmwared/firmwared_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ SRC_URI = "git://github.com/teg/firmwared.git;branch=master;protocol=https \
PV = "0+git"
SRCREV = "2e6b5db43d63a5c0283a4cae9a6a20b7ad107a04"

# Upstream repo does not tag
UPSTREAM_CHECK_COMMITS = "1"

S = "${WORKDIR}/git"

DEPENDS = "glib-2.0 systemd"
Expand Down
4 changes: 4 additions & 0 deletions meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ PV = "0.0.0+git"
SRC_URI = "git://github.com/alban/dbus-daemon-proxy;branch=master;protocol=https \
file://0001-dbus-daemon-proxy-Return-DBUS_HANDLER_RESULT_NOT_YET.patch \
"

# Upstream repo does not tag
UPSTREAM_CHECK_COMMITS = "1"

S = "${WORKDIR}/git"

inherit pkgconfig
Expand Down
3 changes: 3 additions & 0 deletions meta-oe/recipes-core/musl-rpmatch/musl-rpmatch_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ SRC_URI = "gitsm://github.com/pullmoll/musl-rpmatch.git;protocol=https;branch=ma
PV = "1.0+git"
SRCREV = "46267b154987d3e1f25d3a75423faa62bb5ee342"

# Upstream repo has not made releases/tags after 1.0
UPSTREAM_CHECK_COMMITS = "1"

inherit autotools

S = "${WORKDIR}/git"
4 changes: 4 additions & 0 deletions meta-oe/recipes-core/pim435/pim435_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ LIC_FILES_CHKSUM = "file://LICENSES/MIT.txt;md5=7dda4e90ded66ab88b86f76169f28663

SRC_URI = "git://gitlab.eclipse.org/eclipse/oniro-blueprints/core/pim435;protocol=https;branch=main"
SRCREV = "445ed623ec8d3ecbb1d566900b4ef3fb3031d689"

# Upstream repo does not tag
UPSTREAM_CHECK_COMMITS = "1"

S = "${WORKDIR}/git"

DEPENDS = "i2c-tools"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ SRC_URI = "git://gitlab.com/ymorin/kconfig-frontends.git;protocol=https;branch=4

SRCREV = "f22fce3a308be1c7790ebefc6bbedb33c5f7c86a"

# Upstream repo does not tag
UPSTREAM_CHECK_COMMITS = "1"

S = "${WORKDIR}/git"

inherit autotools pkgconfig
Expand Down
3 changes: 3 additions & 0 deletions meta-oe/recipes-devtools/libubox/libubox_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ SRC_URI = "\
SRCREV = "07413cce72e19520af55dfcbc765484f5ab41dd9"
PV = "1.0.1+git"

# Upstream repo does not tag
UPSTREAM_CHECK_COMMITS = "1"

S = "${WORKDIR}/git"

inherit cmake pkgconfig
Expand Down
3 changes: 3 additions & 0 deletions meta-oe/recipes-devtools/pcimem/pcimem_2.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ COMPATIBLE_HOST = "(x86_64|aarch64|arm|riscv64)"
SRCREV = "09724edb1783a98da2b7ae53c5aaa87493aabc9b"
SRC_URI = "git://github.com/billfarrow/pcimem.git;branch=master;protocol=https"

# Upstream repo does not tag
UPSTREAM_CHECK_COMMITS = "1"

S = "${WORKDIR}/git"

do_install() {
Expand Down
3 changes: 3 additions & 0 deletions meta-oe/recipes-extended/libbacktrace/libbacktrace_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ SRC_URI = "git://github.com/ianlancetaylor/libbacktrace;protocol=https;branch=ma
PV = "1.0+git"
SRCREV = "9ae4f4ae4481b1e69d38ed810980d33103544613"

# The current PV is not a git tag but a README content
UPSTREAM_CHECK_COMMITS = "1"

S = "${WORKDIR}/git"

inherit autotools
Expand Down
3 changes: 3 additions & 0 deletions meta-oe/recipes-extended/pam/pam-plugin-ccreds_11.bb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ SRC_URI = "git://github.com/PADL/pam_ccreds;branch=master;protocol=https \
file://0001-configure-Check-for-function-from-libdb-during-confi.patch \
"

# Upstream repo does not tag
UPSTREAM_CHECK_COMMITS = "1"

S = "${WORKDIR}/git"

inherit autotools
Expand Down
3 changes: 3 additions & 0 deletions meta-oe/recipes-extended/properties-cpp/properties-cpp_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ PV = "0.0.1+git"
SRCREV = "45863e849b39c4921d6553e6d27e267a96ac7d77"
SRC_URI = "git://github.com/lib-cpp/${BPN}.git;branch=master;protocol=https"

# Upstream repo does not tag
UPSTREAM_CHECK_COMMITS = "1"

S = "${WORKDIR}/git"

do_configure:prepend() {
Expand Down
3 changes: 3 additions & 0 deletions meta-oe/recipes-extended/qad/qad_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ SRC_URI = "git://gitlab.com/CodethinkLabs/qad/qad;branch=main;protocol=https \

SRCREV = "ae0c099c1fdc0ca6f5d631cea6b302937122b362"

# Upstream repo does not tag
UPSTREAM_CHECK_COMMITS = "1"

S = "${WORKDIR}/git"
PV = "0.0+git"

Expand Down
2 changes: 2 additions & 0 deletions meta-oe/recipes-extended/socketcan/can-isotp_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ PV = "1.0+git"

SRC_URI = "git://github.com/hartkopp/can-isotp.git;protocol=https;branch=master"

# Upstream repo does not tag
UPSTREAM_CHECK_COMMITS = "1"

S = "${WORKDIR}/git"

Expand Down
3 changes: 3 additions & 0 deletions meta-oe/recipes-extended/zsync/zsync-curl_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ SRCREV = "00141c2806ccc4ddf2ff6263ee1612d19c0b713f"

PV = "0.6.2+git"

# Upstream repo does not tag
UPSTREAM_CHECK_COMMITS = "1"

inherit autotools

S = "${WORKDIR}/git"
Expand Down
3 changes: 3 additions & 0 deletions meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ SRCREV = "65f740aa1758531fd810339bc1b7d1d33666e28a"
PV = "0.0"
S = "${WORKDIR}/git"

# Upstream repo does not tag
UPSTREAM_CHECK_COMMITS = "1"

EXTRA_OEMAKE = "-e MAKEFLAGS="

# The yavta sources include copies of the headers required to build in the
Expand Down
3 changes: 3 additions & 0 deletions meta-oe/recipes-support/devmem2/devmem2_2.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ LIC_FILES_CHKSUM = "file://devmem2.c;endline=38;md5=a9eb9f3890384519f435aedf9862
SRC_URI = "git://github.com/denix0/devmem2.git;protocol=https;branch=main"
SRCREV = "5b395a946894eb4f4ef5d07c80a50a88573a541e"

# Upstream repo does not tag
UPSTREAM_CHECK_COMMITS = "1"

S = "${WORKDIR}/git"

CFLAGS += "-DFORCE_STRICT_ALIGNMENT"
Expand Down
4 changes: 4 additions & 0 deletions meta-oe/recipes-support/edid-decode/edid-decode_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2ef696d66c156139232201f223c22592"
SRC_URI= "git://git.linuxtv.org/edid-decode.git;protocol=https;branch=master"
SRCREV = "5920bf2a756b2f748c49ff6a08b9f421026473c5"
PV = "0.0+git"

# Upstream repo does not tag
UPSTREAM_CHECK_COMMITS = "1"

S = "${WORKDIR}/git"

do_install() {
Expand Down
5 changes: 4 additions & 1 deletion meta-oe/recipes-support/hunspell/hunspell-dictionaries.bb
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,10 @@ RDEPENDS:${PN} = "hunspell"

PV = "0.0.0+git"
SRCREV = "820a65e539e34a3a8c2a855d2450b84745c624ee"
SRC_URI = "git://github.com/wooorm/dictionaries.git;branch=master;protocol=https"
SRC_URI = "git://github.com/wooorm/dictionaries.git;branch=main;protocol=https"

# Upstream repo does not tag
UPSTREAM_CHECK_COMMITS = "1"

S = "${WORKDIR}/git"

Expand Down
3 changes: 3 additions & 0 deletions meta-oe/recipes-support/iksemel/iksemel_1.5.bb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ SRC_URI = "git://github.com/meduketto/iksemel.git;protocol=https;branch=master \
file://fix-configure-option-parsing.patch \
file://avoid-obsolete-gnutls-apis.patch"

# The current PV is not a git tag but a README content
UPSTREAM_CHECK_COMMITS = "1"

S = "${WORKDIR}/git"

inherit autotools pkgconfig lib_package texinfo
Expand Down
3 changes: 3 additions & 0 deletions meta-oe/recipes-support/pidgin/funyahoo-plusplus_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ inherit pkgconfig
SRC_URI = "git://github.com/EionRobb/funyahoo-plusplus;branch=master;protocol=https"
SRCREV = "fbbd9c591100aa00a0487738ec7b6acd3d924b3f"

# Upstream repo does not tag
UPSTREAM_CHECK_COMMITS = "1"

S = "${WORKDIR}/git"

do_compile() {
Expand Down
3 changes: 3 additions & 0 deletions meta-oe/recipes-support/pidgin/icyque_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ inherit pkgconfig
SRC_URI = "git://github.com/EionRobb/icyque;branch=master;protocol=https"
SRCREV = "513fc162d5d1a201c2b044e2b42941436d1069d5"

# Upstream repo does not tag
UPSTREAM_CHECK_COMMITS = "1"

S = "${WORKDIR}/git"

do_compile() {
Expand Down
3 changes: 3 additions & 0 deletions meta-oe/recipes-support/reboot-mode/reboot-mode_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ SRCREV = "84831b20512abd9033414ca5f5a023f333525335"

S = "${WORKDIR}/git"

# Upstream repo has not made releases/tags after 1.0.0
UPSTREAM_CHECK_COMMITS = "1"

do_compile() {
${CC} ${CFLAGS} ${LDFLAGS} ${S}/reboot-mode.c -o ${B}/reboot-mode
}
Expand Down
3 changes: 3 additions & 0 deletions meta-oe/recipes-test/fbtest/fb-test_1.1.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
SRCREV = "063ec650960c2d79ac51f5c5f026cb05343a33e2"
SRC_URI = "git://github.com//ponty/fb-test-app.git;branch=master;protocol=https"

# Upstream repo does not tag
UPSTREAM_CHECK_COMMITS = "1"

S = "${WORKDIR}/git"

do_install() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ SRC_URI = "git://github.com/cbrake/linux-serial-test.git;protocol=https;branch=m
PV = "0+git"
SRCREV = "2ee61484167eab846f7b7c565284d7c350d738d3"

# Upstream repo does not tag
UPSTREAM_CHECK_COMMITS = "1"

S = "${WORKDIR}/git"

inherit cmake
3 changes: 3 additions & 0 deletions meta-oe/recipes-test/syzkaller/syzkaller_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ SRC_URI = "git://${GO_IMPORT};protocol=https;destsuffix=${BPN}-${PV}/src/${GO_IM
"
SRCREV = "25905f5d0a2a7883bd33491997556193582c6059"

# Upstream repo does not tag
UPSTREAM_CHECK_COMMITS = "1"

export GOPROXY = "https://proxy.golang.org,direct"
# Workaround for network access issue during compile step.
# This needs to be fixed in the recipes buildsystem so that
Expand Down