-
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
Rockchip fixes + add rock5a radxa board support #41
Conversation
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]>
Signed-off-by: Marek Belisko <[email protected]>
Signed-off-by: Marek Belisko <[email protected]>
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} |
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 this could be upstreamable if this was a variable?
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.
@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]>
once wks change has been submitted upstream feel free to merge this. |
|
No description provided.