superna9999 / meta-meson

Upstream Linux Amlogic Meson Yocto/OpenEmbedded Layer
https://github.com/superna9999/meta-meson/wiki
MIT License
100 stars 67 forks source link

Modify UBOOT_EXTLINUX_ROOT #107

Closed m5p3nc3r closed 2 years ago

m5p3nc3r commented 3 years ago

On my Vim3, when booting I need to modify the UBOOT_EXTLINUX_ROOT to /dev/mmcblk1p1. With the current recipes, it is not possible to do this in my local.conf because it has a hard assignment in conf/machine/.conf.

Would you accept a PR that changes the line

UBOOT_EXTLINUX_ROOT = "root=/dev/mmcblk0p1" to UBOOT_EXTLINUX_ROOT ?= "root=/dev/mmcblk0p1"

as this would not change the default behaviour, but allow me to change the default to what I need?

If so, should I create a PR just for the vim3, or should I make the modification for all platforms that use UBOOT_EXTLINUX_ROOT?

superna9999 commented 3 years ago

sure no problem do the change for all platforms

m5p3nc3r commented 3 years ago

Do you want it against the master branch?

superna9999 commented 3 years ago

yes, I'll push manually on the other branches

m5p3nc3r commented 3 years ago

Created PR #108