-
Notifications
You must be signed in to change notification settings - Fork 5
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
Bring back RPi3 (and 4) support #10
Conversation
80fb3d8
to
8dbeb8f
Compare
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.
Maybe drop commits 3 and 4 now when not using rpi-sdimg?
Can do that, but if someone wants to use it in the future (for whatever reason), good to have for reference |
and does this reference work now? I'll fix the .rootfs in meta-raspberrypi one and then this duplication won't be needed, right? |
Yes it does |
agherzan/meta-raspberrypi#1289 should work as well without the duplication. And shr-project/meta-webosose@32dccc2 refreshes it from meta-raspberrypi (so that the only difference is virtual/kernel:do_webos_deploy_fixup which you're not using anyway. So I think it should be dropped from meta-rpi-luneos. |
classes/sdcard_image-rpi.bbclass
Outdated
@@ -0,0 +1,214 @@ | |||
# Imported from meta-raspberrypi | |||
# kernel dependency changed to do_webos_deploy_fixup task |
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.
This isn't true right? the only difference is:
agherzan/meta-raspberrypi#1289
and do_webos_deploy_fixup task was removed by "FU" commit now squashed to the next commit.
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.
Cleaned that up now, indeed I removed that one to not rely on all the stuff OSE is doing there
97d02a6
to
dec65df
Compare
Can drop it once Andrei merges. [edit] |
It's already merged in meta-raspberrypi and included in webos-ports-setup: |
To get things to build again for RPi3. Signed-off-by: Herman van Hazendonk <[email protected]>
Dropped, happy to squash some commits if needed. |
6e4def8
to
c586142
Compare
Do we need bigger /boot from webos .wks?
|
Seems boot is using 45MB according df -h from @ericblade, so yes :) |
ok, looks like the kernel got much bigger again
Strange that nobody else sees similar issue with the default wks. |
558k for a kernel? my kernel is 22mb. Whole directory is 43mb out of 70.
|
agherzan/meta-raspberrypi#1290 was merged, you can drop LGEs WKS file. |
Sorry need more coffee... wanted to PR this, but merged instead a1738d8 |
Similar to #9
Boots to UI, wifi works, BT works, WAM works. Has some performance issues, but good enough state to merge and build upon.