-
Notifications
You must be signed in to change notification settings - Fork 38
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
linux-lmp: rework a versioning of patches #1453
Open
MrCry0
wants to merge
4
commits into
foundriesio:main
Choose a base branch
from
MrCry0:main-linux-lmp-6.6-rework
base: main
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
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
angolini
reviewed
May 10, 2024
angolini
approved these changes
May 14, 2024
MrCry0
force-pushed
the
main-linux-lmp-6.6-rework
branch
from
May 15, 2024 08:22
a091cf8
to
6e9967f
Compare
MrCry0
changed the title
linux-lmp: rework versioning of patches
linux-lmp: switch to 6.6 and rework a versioning of patches
May 15, 2024
MrCry0
force-pushed
the
main-linux-lmp-6.6-rework
branch
3 times, most recently
from
May 16, 2024 13:46
3bba56b
to
3e46d77
Compare
MrCry0
changed the title
linux-lmp: switch to 6.6 and rework a versioning of patches
linux-lmp: rework a versioning of patches
May 16, 2024
MrCry0
force-pushed
the
main-linux-lmp-6.6-rework
branch
from
May 17, 2024 15:26
3e46d77
to
6989aa9
Compare
MrCry0
force-pushed
the
main-linux-lmp-6.6-rework
branch
2 times, most recently
from
May 30, 2024 12:18
c3d72ba
to
5736661
Compare
Backport the logic for 32-bit dtb files for ARM architecture from meta-freescasle [1]. "Newer kernels have moved the dtbs to a vendor sub-folder. In order to maintain one KERNEL_DEVICETREE for both new and old kernels, provide logic that can be enabled in older kernels to strip the new sub-folder." [1] commit f06c7376 ("linux: Add compatibility logic for 32-bit dtb move") Signed-off-by: Oleksandr Suvorov <cryosay@gmail.com>
Use backported compatibility logic for 32-bit dtb for boards with arm architecture. This enables one to use new linux kernel versions. Signed-off-by: Oleksandr Suvorov <cryosay@gmail.com>
We need an original PV generated from a recipe file name for farther use. Store it in the new variable KSHORT_VER. Signed-off-by: Oleksandr Suvorov <cryosay@gmail.com>
Use newly presented KSHORT_VER to simplify versioning of the same patches applied to different kernel versions. Signed-off-by: Oleksandr Suvorov <cryosay@gmail.com>
MrCry0
force-pushed
the
main-linux-lmp-6.6-rework
branch
from
June 25, 2024 16:20
5736661
to
57b320f
Compare
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.
It simplifies the versioning and prepares lmp to support 2 kernel versions of linux kernel versions with a lot of patches like linux-lmp-fslc-imx.
I removed switching linux-lmp to 6.6 as it needs to bump meta-freescale* as well, we can switch to 6.6 once all changes for all linux-lmp* are in place.