Skip to content

bitbake: Remove source directory variable in Whinlatter#323

Closed
robwoolley wants to merge 1 commit intoros-infrastructure:masterfrom
robwoolley:workdir-fix
Closed

bitbake: Remove source directory variable in Whinlatter#323
robwoolley wants to merge 1 commit intoros-infrastructure:masterfrom
robwoolley:workdir-fix

Conversation

@robwoolley
Copy link
Contributor

Styhead requires that S = "${WORKDIR}" be replaced with S = "${UNPACKDIR}", however S = "${WORKDIR}/git" is still supported.

Whinlatter no longer supports setting S = "${WORKDIR}/git".

See the Yocto Project release notes for details.

Styhead requires that S = "${WORKDIR}" be replaced with
S = "${UNPACKDIR}", however S = "${WORKDIR}/git" is still
supported.

Whinlatter no longer supports setting S = "${WORKDIR}/git".

See the Yocto Project release notes for details.

Signed-off-by: Rob Woolley <rob.woolley@windriver.com>
Copy link
Contributor Author

@robwoolley robwoolley left a comment

Choose a reason for hiding this comment

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

Styhead

https://docs.yoctoproject.org/next/migration-guides/migration-5.1.html#workdir-changes
S = "${WORKDIR}" becomes S = "${UNPACKDIR}"

Note: "S = "${WORKDIR}/git" and also deeper paths continue to work as expected without changes."

Whinlatter

https://docs.yoctoproject.org/next/migration-guides/migration-5.3.html#workdir-changes

"S = ${WORKDIR}/something no longer supported"

" S setting in recipes can and should be removed."

when "git" as the source checkout location is hardcoded "in SRC_URI, replace with BB_GIT_DEFAULT_DESTSUFFIX, otherwise replace with BP."

How to make those adjustments without tedious manual editing
https://docs.yoctoproject.org/next/migration-guides/migration-5.3.html#how-to-make-those-adjustments-without-tedious-manual-editing

@robwoolley robwoolley closed this Aug 12, 2025
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.

1 participant