Skip to content
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

Rockchip fixes + add rock5a radxa board support #41

Merged
merged 5 commits into from
Oct 21, 2024
Merged

Conversation

nandra
Copy link
Contributor

@nandra nandra commented Oct 18, 2024

No description provided.

Marek Belisko added 4 commits October 11, 2024 21:43
Fix following:
configure: error: libmount_mountfd_support selected, but required mount FDs based API not available

More info:https://lists.openembedded.org/g/openembedded-core/topic/scarthgap_patch/108054377


Signed-off-by: Marek Belisko <[email protected]>
Fix following:
WARNING  - warning: the default selection PLATFORM_QEMU (defined at /repo/Kconfig:174) of <choice> (defined at /repo/Kconfig:136) is not contained in the choice

Signed-off-by: Marek Belisko <[email protected]>
@nandra nandra requested a review from asac October 18, 2024 08:42
part loader2 --offset 16384s --fixed-size 4096K --fstype=none --part-name loader2 --source rawcopy --sourceparams="file=u-boot.${UBOOT_SUFFIX}"
part atf --offset 24576s --fixed-size 4096K --fstype=none --part-name atf
-part / --label rootfsA --active --fstype=ext4 --part-name rootfsA --source rootfs --part-type ${ROOT_DPS}
+part / --label root --active --fstype=ext4 --part-name root --source rootfs --part-type ${ROOT_DPS}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe this could be upstreamable if this was a variable?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nandra have you opened the upstreaming threat on this? I think first choice would be to use 'root' everywhere or if not use ${RK_ROOT_LABEL} or something....

CONFIG_CMD_SETEXPR is mandatory anyways so put it in common config.

Signed-off-by: Marek Belisko <[email protected]>
@asac
Copy link
Contributor

asac commented Oct 20, 2024

once wks change has been submitted upstream feel free to merge this.

@nandra
Copy link
Contributor Author

nandra commented Oct 21, 2024

once wks change has been submitted upstream feel free to merge this.

radxa/meta-rockchip#20

@nandra nandra merged commit 3440b5d into master Oct 21, 2024
5 checks passed
@nandra nandra deleted the mbe-rockchip branch October 21, 2024 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants