-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
I’m building dunfell for db410c. I have 20+ units in a board farm.
db410c Target images
rpb-console-image
rpb-console-image-test
rpb-weston-image
rpb-weston-image-test
If I build without changing local.conf in any way the resultant image boots and all is well.
When I make the changes below I'm finding rootfs fails to mount.
I use the same flashing procedure for either scenario.
Any ideas?
Console image changes
echo -e 'DISTRO_FEATURES_remove = "x11"\n' >> conf/local.conf
echo -e 'DISTRO_FEATURES_append = " opengl"\n' >> conf/local.conf
echo -e 'IMAGE_INSTALL_append = " \' >> conf/local.conf
echo -e ' i2c-tools can-utils \' >> conf/local.conf
echo -e '"\n' >> conf/local.conf
Weston image changes
echo -e 'DISTRO_FEATURES_remove = "x11"\n' >> conf/local.conf
echo -e 'DISTRO_FEATURES_append = " opengl"\n' >> conf/local.conf
echo -e 'IMAGE_INSTALL_append = " \' >> conf/local.conf
echo -e ' i2c-tools can-utils \' >> conf/local.conf
echo -e ' adwaita-icon-theme-cursors \' >> conf/local.conf
echo -e ' xdg-user-dirs \' >> conf/local.conf
echo -e '"\n' >> conf/local.conf
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels