-
Notifications
You must be signed in to change notification settings - Fork 18
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
Update to 4.9 #97
Update to 4.9 #97
Conversation
@@ -21,9 +21,9 @@ COMPATIBLE_MACHINE = "beaglebone" | |||
|
|||
S = "${WORKDIR}/git" | |||
|
|||
TAG = "4.4.55-ti-rt-r94" | |||
TAG = "4.9.27-ti-rt-r33" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We decided to switch off rt.
@telphan I see that the tag 4.9.27-ti-r33 is missing from the kernel repo now. I have opened an issue here beagleboard/linux#126 to keep track of why this has happened. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use the new tag as suggested in the comment and use the appropriate defconfig as done in 25b99de
@floion not sure why the tag does not appear in github, but the repo has that tag. |
@@ -2,8 +2,6 @@ | |||
CONFIG_KERNEL_LZO=y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commit log mentions 4.4 when it should mention 4.9
Signed-off-by: Theodor Gherzan <[email protected]>
This kernel defconfig is the arch/arm/configs/bb.org_defconfig file from the kernel source tree
Signed-off-by: Theodor Gherzan <[email protected]>
Connects to balena-os/balena-os#296