More lmp-base fixes based on latest OE upstream#1712
Merged
Conversation
Variable now provided by meta-updater. Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
Remove includes and options which are now provided by default via oe-core. Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
Added as part of systemd 259, now in oe-core. Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
ERROR: systemd-1_259.1-r0 do_package: QA Issue: systemd: Files/directories were installed but not shipped in any package: /usr/lib/nvpcr /usr/lib/nvpcr/cryptsetup.nvpcr /usr/lib/nvpcr/hardware.nvpcr Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. Upstream fix: https://lists.openembedded.org/g/openembedded-core/message/232523 Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
do_bundle_initramfs was removed as a default task dependency in oe-core, so rely on after do_install instead. Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
efitools is not really maintained by upstream anymore, and we should switch to systemd-boot when provisioning the uefi keys, so drop recipes and local appends to reduce maintenance effort. Switch to systemd-boot will happen later on. Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
Member
Author
|
Also needs #1711 for a working build. |
Member
|
I especially like the last patch which has been causing some problems. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Working build for intel based on with https://github.com/ricardosalveti/lmp-manifest/commits/main-dev/
As we are moving away from efitools (and to use systemd-boot instead, as done by qualcomm-linux), drop support for efitools as it is adding to the maintenance burden since project is not well maintained anymore.