mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
rmc: Add INSTALLER.CONFIG and POSTINSTALL.sh for broxton-m boards
On install we want to keep rmc's boot.conf. Also add POSTINSTALL.sh that removes ttyS0 from inittab since it uses ttyS2 instead. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
parent
bd25743d3d
commit
06affcd13e
3
common/recipes-bsp/rmc/boards/broxton-m/INSTALLER.CONFIG
Normal file
3
common/recipes-bsp/rmc/boards/broxton-m/INSTALLER.CONFIG
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Keep rmc Joule boot.conf instead of meta-intel default
|
||||
efi_entry_dir:root:disk:770:/boot/loader/entries/
|
||||
boot.conf:root:disk:770:/boot/loader/entries/boot.conf
|
||||
2
common/recipes-bsp/rmc/boards/broxton-m/POSTINSTALL.sh
Normal file
2
common/recipes-bsp/rmc/boards/broxton-m/POSTINSTALL.sh
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# Joule uses only S2 for serial, so remove S0
|
||||
sed -i '/start_getty.\+ttyS0/d' /tgt_root/etc/inittab
|
||||
Loading…
Reference in New Issue
Block a user