-
Notifications
You must be signed in to change notification settings - Fork 101
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
gcc-source: set bbappend for all v11 series #71
Open
abuzarra
wants to merge
317
commits into
STMicroelectronics:kirkstone
Choose a base branch
from
abuzarra:abuzarra/fix_gcc-source_warning
base: kirkstone
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
gcc-source: set bbappend for all v11 series #71
abuzarra
wants to merge
317
commits into
STMicroelectronics:kirkstone
from
abuzarra:abuzarra/fix_gcc-source_warning
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
Signed-off-by: Priouzeau Christophe <[email protected]>
Signed-off-by: Priouzeau Christophe <[email protected]>
Signed-off-by: Priouzeau Christophe <[email protected]>
Signed-off-by: Priouzeau Christophe <[email protected]>
Change-Id: I2339377beb8ca81ead8fcc118d74ceb26abb8ad4 Signed-off-by: Priouzeau Christophe <[email protected]>
Signed-off-by: Priouzeau Christophe <[email protected]>
Signed-off-by: Priouzeau Christophe <[email protected]>
Signed-off-by: Priouzeau Christophe <[email protected]>
Signed-off-by: Priouzeau Christophe <[email protected]>
Change-Id: I479ccb35e1bda9109376a682c141b176af802b46 Signed-off-by: Priouzeau Christophe <[email protected]>
Change-Id: Ie9655fa7fdc62037869a9bf5afbdf12b70ec96ac Signed-off-by: Priouzeau Christophe <[email protected]>
Create a function to facilitate the creation of link from vendorfs Change-Id: I69e05e8e4214a7ec4561ba05873ddaddc7b3d0cd Signed-off-by: Priouzeau Christophe <[email protected]>
Signed-off-by: Priouzeau Christophe <[email protected]>
Signed-off-by: Priouzeau Christophe <[email protected]>
Change-Id: I6000c931a0fa21a5cb636b8632120a8ec031a895 Signed-off-by: Christophe Priouzeau <[email protected]>
Signed-off-by: Matthias Schoepfer <[email protected]>
Suggested-by: Dimitris Tassopoulos <[email protected]> STMicroelectronics#14 Change-Id: Ifa56129da5c76bd6181618f9f906169becff23bd
This is required as some recipes might depend on the 'u-boot' recipe, and if this is not present it would pull in the upstream recipe in oe-core instead. Change-Id: I0d5b19358aa7bc328b546f5fd2fec5d69a2456c4 Suggested-by: Mirza Krak <[email protected]> https: //github.com/STMicroelectronics/pull/11/
Change-Id: I3a3b1eceb238c5e6d01f3ed4ec0caf800cadb754 Suggested-by: Mirza Krak <[email protected]> https: //github.com/STMicroelectronics/pull/11/
Change-Id: Ib8f5f5c51725b23cb4906ad9cbb03bf418c8c2df
Change-Id: Ie8f2934be96790b7b1e4cd94e8141421c64a480e
Change-Id: I78eac1b438d4f0cb1d8982ab28a084b42ee2f330
Change-Id: Ibd514c39eb7e53e3a4cf8fa92bb280ba4b4ae384 Signed-off-by: Christophe Priouzeau <[email protected]>
Due to a dependency with libb64, sysdig move on bsp layer Change-Id: I379dcc2e77d18bd2f735145f86bbb99bff6065c4 Signed-off-by: Christophe Priouzeau <[email protected]>
Change-Id: I7e0654b2fdcbe7cfb5729fe5b8bfb947208fd6a9
Change-Id: I260a209ae0e91e2299d65ab277c20d3a0de6d918
Change-Id: I738f23ccaf8a33f98968def57d6df95196a63db4
Change-Id: Iec60544b7ff84b29de94b1d62f0d767f4c027ee7
Setting ${SRCPV} in PR leads to expansion error when using externalsrc with devtool. The ${SRCPV} expansion is only done when used in PV. Change-Id: I7e30095b52e6e8f866a58c5beed838fdb96539c0
Change-Id: I07737be284f4ca47bf14052d8a4ec08aed8fbfec
Change-Id: I0b39912cb24ef218934ce8a2f422456013d15ae4 Signed-off-by: Lionel VITTE <[email protected]> Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/meta-st/+/277092 Reviewed-by: CITOOLS <[email protected]> Reviewed-by: CIBUILD <[email protected]> Reviewed-by: Romuald JEANNE <[email protected]>
Change-Id: Ie2eb911adf551d8ed7415f0135c6554cf1207527 Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/meta-st/+/279383 ACI: CITOOLS <[email protected]> ACI: CIBUILD <[email protected]> Tested-by: Romuald JEANNE <[email protected]> Reviewed-by: Romuald JEANNE <[email protected]>
As soon as 'set -o pipefail' is used on shell environment, we need to pay attention to SIGPIPE when using " yes '' | make ... " command. As it may return 141 as soon as 'make' command succeed, we use specific sub-shell to make sure to return always '0' instead of SIGPIPE. Change-Id: If7eaa2e9d430549b7096dd3a8a8a8610304a4b66 Signed-off-by: Romuald JEANNE <[email protected]> Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/meta-st/+/291780 ACI: CITOOLS <[email protected]> ACI: CIBUILD <[email protected]> Reviewed-by: Sebastien GANDON <[email protected]>
Change-Id: Iaa720e938f78b766da2ea9fdd73b58fc5423b08a Signed-off-by: Lionel VITTE <[email protected]> Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/meta-st/+/313138 ACI: CITOOLS <[email protected]> ACI: CIBUILD <[email protected]> Reviewed-by: Sebastien GANDON <[email protected]> Reviewed-by: Romuald JEANNE <[email protected]>
Change-Id: I624907be1cad42975a3f767a11a6c77c70a49d95 Signed-off-by: Lionel VITTE <[email protected]> Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/meta-st/+/268630 Reviewed-by: CITOOLS <[email protected]> Reviewed-by: CIBUILD <[email protected]> Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/meta-st/+/315165 ACI: CITOOLS <[email protected]> ACI: CIBUILD <[email protected]> Reviewed-by: Romuald JEANNE <[email protected]> Tested-by: Romuald JEANNE <[email protected]>
Change-Id: I8c3d15e7ead71a2a99ff567c2351c4b0465b1b6d Signed-off-by: Lionel VITTE <[email protected]> Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/meta-st/+/280710 ACI: CITOOLS <[email protected]> ACI: CIBUILD <[email protected]> Reviewed-by: Romuald JEANNE <[email protected]> Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/meta-st/+/315166 Tested-by: Romuald JEANNE <[email protected]>
Sometimes the source directory is not cleaned but everything is already committed. Then, git commit will fail and so the build. Allow empty commit to bypass that issue. Change-Id: Ib9b98dfc1b27ae74d32195b0e0e6e5aca7dd1f30 Signed-off-by: Lionel VITTE <[email protected]> Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/meta-st/+/288652 ACI: CITOOLS <[email protected]> ACI: CIBUILD <[email protected]> Reviewed-by: Romuald JEANNE <[email protected]> Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/meta-st/+/315167 Tested-by: Romuald JEANNE <[email protected]>
The Canadian build will skip the check for rdynamic. And hence the gcc symbols are not dynamically available and the gcc plugins won't work. The opt_pass.*set_pass_param symbols are there but not as exported symbols so nm -D won't see them e.g.. Based on the patch found here https://lists.openembedded.org/g/openembedded-core/topic/rfc_build_linux_with_a_oe/90687587 Change-Id: I4860565319a786f5cc511f50cbfcabad9278ed4b Signed-off-by: Lionel VITTE <[email protected]> Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/meta-st/+/288740 ACI: CITOOLS <[email protected]> ACI: CIBUILD <[email protected]> Reviewed-by: Romuald JEANNE <[email protected]> Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/meta-st/+/315168 Tested-by: Romuald JEANNE <[email protected]>
Change-Id: I953c7ea38ddeaf85da24366047faf552f2a4f297 Signed-off-by: Christophe Priouzeau <[email protected]> Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/meta-st/+/287910 ACI: CITOOLS <[email protected]> Tested-by: Christophe PRIOUZEAU <[email protected]> Tested-by: Romuald JEANNE <[email protected]> Reviewed-by: Christophe PRIOUZEAU <[email protected]> Reviewed-by: Romuald JEANNE <[email protected]> Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/meta-st/+/315169 ACI: CIBUILD <[email protected]>
Change-Id: Ib0646b56001bbeee27d6e6222cefdea76d077148 Signed-off-by: Lionel VITTE <[email protected]> Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/meta-st/+/316121 Reviewed-by: Romuald JEANNE <[email protected]> ACI: CITOOLS <[email protected]> ACI: CIBUILD <[email protected]>
Change-Id: Ic855a71f1e96932cfccfe352dab98859d12a1471 Signed-off-by: Christophe Priouzeau <[email protected]> Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/meta-st/+/316139 Tested-by: Romuald JEANNE <[email protected]> Reviewed-by: Romuald JEANNE <[email protected]>
Change-Id: I9d6ca44f0cb35333d23431d6a89e09dcf4e2628f Signed-off-by: Romuald Jeanne <[email protected]> Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/meta-st/+/316188
Change-Id: If57b0aa3cce4fcf98c98e9e1c5f13bc1ecd3b74b Signed-off-by: Lionel VITTE <[email protected]> Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/meta-st/+/315956 ACI: CITOOLS <[email protected]> ACI: CIBUILD <[email protected]> Tested-by: Romuald JEANNE <[email protected]> Reviewed-by: Romuald JEANNE <[email protected]>
Change-Id: Id9cf1a6fd54d1ceb8d60eaba50dde5de86a7ba49 Signed-off-by: Lionel VITTE <[email protected]> Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/meta-st/+/315957 ACI: CIBUILD <[email protected]> Tested-by: Romuald JEANNE <[email protected]> Reviewed-by: Romuald JEANNE <[email protected]>
Change-Id: Ibb1ea4150d8102d80865f1fef87ecc0309b440d1 Signed-off-by: Lionel VITTE <[email protected]> Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/meta-st/+/315955 ACI: CITOOLS <[email protected]> ACI: CIBUILD <[email protected]> Tested-by: Romuald JEANNE <[email protected]> Reviewed-by: Romuald JEANNE <[email protected]>
Change-Id: I3cc8d38b249a45f6c9c61ab39bad46abd761827d Signed-off-by: Lionel VITTE <[email protected]>
Change-Id: Icc53eff4868b9b5819af646224d1620c2dc514fa Signed-off-by: Romuald Jeanne <[email protected]> Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/meta-st/+/317120 ACI: CIBUILD <[email protected]>
Change-Id: If71c89f90e60085f4f15f941891675ee3d590ab2 Signed-off-by: Romuald Jeanne <[email protected]> Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/meta-st/+/319967 ACI: CITOOLS <[email protected]>
Change-Id: I24a0beccf8b482084f8f93ed4597febd1f1b25ed Signed-off-by: Romuald Jeanne <[email protected]> Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/meta-st/+/319968 ACI: CITOOLS <[email protected]>
Change-Id: Ia796822858ce2a1b8229945be4fedfdf194f88a3 Signed-off-by: Romuald Jeanne <[email protected]> Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/meta-st/+/319969 ACI: CITOOLS <[email protected]> ACI: CIBUILD <[email protected]>
Change-Id: I752ebd21fa10cb01ed498e940c06e8e5095cbe9c Signed-off-by: Romuald Jeanne <[email protected]> Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/meta-st/+/319970 ACI: CIBUILD <[email protected]>
Change-Id: Id9d375eb93e5e07f895de1144068a46ba4b3423f Signed-off-by: Romuald Jeanne <[email protected]> Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/meta-st/+/320812 ACI: CITOOLS <[email protected]> ACI: CIBUILD <[email protected]>
Change-Id: I09a6b693efc56888e1e4c94dd7020ffc1be37bf2 Signed-off-by: Romuald Jeanne <[email protected]> Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/meta-st/+/320813 ACI: CIBUILD <[email protected]> ACI: CITOOLS <[email protected]>
Change-Id: I5c9378fe38d2be51827f4f34ecf12582d1e79274 Signed-off-by: Romuald Jeanne <[email protected]> Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/meta-st/+/320814 ACI: CIBUILD <[email protected]> ACI: CITOOLS <[email protected]>
Change-Id: Id655ed47ec3c1323798a767041f3ca6b7cf76df2 Signed-off-by: Romuald Jeanne <[email protected]> Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/meta-st/+/320904 ACI: CITOOLS <[email protected]> ACI: CIBUILD <[email protected]>
Change-Id: Ied34e38d4e826478451003f338f4bcc3211e8302 Signed-off-by: vermaash <[email protected]> Reviewed-by: Amit MITTAL <[email protected]>
Change-Id: I00c3f9a964477a0a0bd097e66595855b0fc15349
This commit fixes a build warning because this bbappend no longer applies due to the original gcc-source recipe being updated to v11.4 Signed-off-by: Arturo Buzarra <[email protected]>
After review, the patch will be integrated in next release of this branch (V4.1.2) planned in July. |
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.
This commit fixes a build warning because this bbappend no longer applies due to the original gcc-source recipe being updated to v11.4