-
Notifications
You must be signed in to change notification settings - Fork 7
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
Fix build warnings on DTS #833 #167
Merged
Merged
Conversation
This file contains 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
dancios
commented
Sep 11, 2024
PLangowski
force-pushed
the
develop
branch
3 times, most recently
from
September 27, 2024 13:26
122cf34
to
dd57b29
Compare
m-iwanicki
force-pushed
the
warning-buildpaths-missingroot
branch
from
September 27, 2024 13:43
c49a9df
to
dcf0609
Compare
m-iwanicki
requested changes
Sep 27, 2024
Build completes successfully without warnings. 2 comments to be addressed and this PR can be merged. |
Merged
m-iwanicki
force-pushed
the
warning-buildpaths-missingroot
branch
2 times, most recently
from
October 22, 2024 15:01
bfdaa16
to
51939b3
Compare
@PLangowski Minimal test on QEMU. It didn't work as QEMU can't be updated (yet).
|
To test
|
m-iwanicki
force-pushed
the
warning-buildpaths-missingroot
branch
3 times, most recently
from
October 24, 2024 08:28
f41679c
to
3cb85f3
Compare
WARNING: systemd-1_255.4-r0 do_install: Using /home/root as root user's home directory is not fully supported by systemd Set ROOT_HOME to "/root" to avoid such warning. Signed-off-by: Daniel Mrzygłód <[email protected]>
This patch add to recipe INHIBIT_PACKAGE_DEBUG_SPLIT="1" this change force system not to build debug packages and do strip of executables to remove TMPDIR from binary file. Signed-off-by: Daniel Mrzygłód <[email protected]>
This patch add to recipe INHIBIT_PACKAGE_DEBUG_SPLIT="1" this change force system not to build debug packages and do strip of executables to remove TMPDIR from binary file. Signed-off-by: Daniel Mrzygłód <[email protected]>
golang is adding path if GO_PATH is created and removing this and adding -trimpath to build process should remove path inside binary Signed-off-by: Daniel Mrzygłód <[email protected]>
remove CONFIG_INTEL_MENLOW & CONFIG_EFI_VARS are deprecated add CONFIG_EFIVAR_FS=y This patch enables new interface for depraceted sysfs one is compatible with previous one. Signed-off-by: Daniel Mrzygłód <[email protected]>
This patch fixes: WARNING: wolfssl-5.7.0-r0 do_package_qa: QA Issue: File /usr/lib/libwolfssl.so.42.1.0 in package wolfssl contains reference to TMPDIR [buildpaths] Signed-off-by: Daniel Mrzygłód <[email protected]>
WARNING: gcab-1.6-r0 do_package_qa: QA Issue: File /usr/src/debug/gcab/1.6/libgcab/gcab-enums.c in package gcab-src contains reference to TMPDIR [buildpaths] Disable QA checkout for this package: do_package_qa[noexec] = "1" Signed-off-by: Daniel Mrzygłód <[email protected]>
Signed-off-by: Michał Iwanicki <[email protected]>
Signed-off-by: Michał Iwanicki <[email protected]>
Signed-off-by: Michał Iwanicki <[email protected]>
Signed-off-by: Michał Iwanicki <[email protected]>
m-iwanicki
force-pushed
the
warning-buildpaths-missingroot
branch
from
November 14, 2024 09:12
3cb85f3
to
a225b4e
Compare
m-iwanicki
approved these changes
Nov 14, 2024
@PLangowski changes to be included in the v2.1.0 release |
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.
Fixes Dasharo/dasharo-issues#833