Skip to content

onl: minor recipe cleanups#203

Merged
ideaship merged 3 commits intonextfrom
jogo_next_onl_cleanup
Jan 23, 2026
Merged

onl: minor recipe cleanups#203
ideaship merged 3 commits intonextfrom
jogo_next_onl_cleanup

Conversation

@KanjiMonster
Copy link
Collaborator

Fix minor issues in the onl recipe:

  • use ${S} instead of git/ in SRC_URI
  • fix one misssed Upstream-Status
  • add spaces around assignement

Unsubmitted is not a valid Upstream-Status state, so update the patch to
Inactive-Upstream, like all others.

Fixes: 508e406 ("onl: update and fixup Upstream-Status tags")
Signed-off-by: Jonas Gorski <jonas.gorski@bisdn.de>
${S} is set to ${WORKDIR}/git, so replace the explicit git/ in
destsuffix with ${S}. This makes the recipe more robust against upstream
changes.

Signed-off-by: Jonas Gorski <jonas.gorski@bisdn.de>
Newer Yocto versions complain about lack of whitespace around
assignment, so add the required whitespaces.

WARNING: .../poky/meta-open-network-linux/conf/machine/include/onl.inc:12 has a lack of whitespace around the assignment: 'ONL_PLATFORM="${@'${ONIE_ARCH}-${ONIE_MACHINE}'.replace('_', '-')}"'

Signed-off-by: Jonas Gorski <jonas.gorski@bisdn.de>
@KanjiMonster KanjiMonster force-pushed the jogo_next_onl_cleanup branch from 002477d to d373b2b Compare January 23, 2026 08:09
Copy link
Contributor

@ideaship ideaship left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ideaship ideaship merged commit db01e58 into next Jan 23, 2026
1 check passed
@ideaship ideaship deleted the jogo_next_onl_cleanup branch January 23, 2026 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants