diff options
Diffstat (limited to 'common/recipes-bsp/rmc')
-rw-r--r-- | common/recipes-bsp/rmc/boards/broxton-m/INSTALLER.CONFIG | 3 | ||||
-rw-r--r-- | common/recipes-bsp/rmc/boards/broxton-m/POSTINSTALL.sh | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/common/recipes-bsp/rmc/boards/broxton-m/INSTALLER.CONFIG b/common/recipes-bsp/rmc/boards/broxton-m/INSTALLER.CONFIG new file mode 100644 index 00000000..ecd20609 --- /dev/null +++ b/common/recipes-bsp/rmc/boards/broxton-m/INSTALLER.CONFIG | |||
@@ -0,0 +1,3 @@ | |||
1 | # Keep rmc Joule boot.conf instead of meta-intel default | ||
2 | efi_entry_dir:root:disk:770:/boot/loader/entries/ | ||
3 | boot.conf:root:disk:770:/boot/loader/entries/boot.conf | ||
diff --git a/common/recipes-bsp/rmc/boards/broxton-m/POSTINSTALL.sh b/common/recipes-bsp/rmc/boards/broxton-m/POSTINSTALL.sh new file mode 100644 index 00000000..30bbd28e --- /dev/null +++ b/common/recipes-bsp/rmc/boards/broxton-m/POSTINSTALL.sh | |||
@@ -0,0 +1,2 @@ | |||
1 | # Joule uses only S2 for serial, so remove S0 | ||
2 | sed -i '/start_getty.\+ttyS0/d' /tgt_root/etc/inittab | ||