[meta-intel] [PATCH 08/10] rmc: add install.conf for platforms without internal storage

Saul Wold sgw at linux.intel.com
Sat Jul 8 18:42:14 PDT 2017


From: Todor Minchev <todor.minchev at linux.intel.com>

The bootloader menu provides only boot entries for platforms that do not
have internal storage. This commit adds install entries for such platforms.
For the install option to work, the user has to attach alternative
persistent storage in addition to the media from which the image is
installed.

Signed-off-by: Todor Minchev <todor.minchev at linux.intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
---
 common/recipes-bsp/rmc/boards/Galileo2/BOOTENTRY.CONFIG    | 1 +
 common/recipes-bsp/rmc/boards/Galileo2/install.conf        | 4 ++++
 common/recipes-bsp/rmc/boards/minnowmax/BOOTENTRY.CONFIG   | 1 +
 common/recipes-bsp/rmc/boards/minnowmax/install.conf       | 4 ++++
 common/recipes-bsp/rmc/boards/minnowmaxB3/BOOTENTRY.CONFIG | 1 +
 common/recipes-bsp/rmc/boards/minnowmaxB3/install.conf     | 4 ++++
 6 files changed, 15 insertions(+)
 create mode 100644 common/recipes-bsp/rmc/boards/Galileo2/install.conf
 create mode 100644 common/recipes-bsp/rmc/boards/minnowmax/install.conf
 create mode 100644 common/recipes-bsp/rmc/boards/minnowmaxB3/install.conf

diff --git a/common/recipes-bsp/rmc/boards/Galileo2/BOOTENTRY.CONFIG b/common/recipes-bsp/rmc/boards/Galileo2/BOOTENTRY.CONFIG
index 06c5a74..dd1b911 100644
--- a/common/recipes-bsp/rmc/boards/Galileo2/BOOTENTRY.CONFIG
+++ b/common/recipes-bsp/rmc/boards/Galileo2/BOOTENTRY.CONFIG
@@ -1,2 +1,3 @@
 boot.conf
+install.conf
 
diff --git a/common/recipes-bsp/rmc/boards/Galileo2/install.conf b/common/recipes-bsp/rmc/boards/Galileo2/install.conf
new file mode 100644
index 0000000..688c2a8
--- /dev/null
+++ b/common/recipes-bsp/rmc/boards/Galileo2/install.conf
@@ -0,0 +1,4 @@
+title Galileo Gen 2 install
+linux /vmlinuz
+initrd /initrd
+options LABEL=install-efi rootwait console=ttyS1,115200
diff --git a/common/recipes-bsp/rmc/boards/minnowmax/BOOTENTRY.CONFIG b/common/recipes-bsp/rmc/boards/minnowmax/BOOTENTRY.CONFIG
index cb01ced..b2fabe8 100644
--- a/common/recipes-bsp/rmc/boards/minnowmax/BOOTENTRY.CONFIG
+++ b/common/recipes-bsp/rmc/boards/minnowmax/BOOTENTRY.CONFIG
@@ -1 +1,2 @@
 boot.conf
+install.conf
diff --git a/common/recipes-bsp/rmc/boards/minnowmax/install.conf b/common/recipes-bsp/rmc/boards/minnowmax/install.conf
new file mode 100644
index 0000000..1a493ae
--- /dev/null
+++ b/common/recipes-bsp/rmc/boards/minnowmax/install.conf
@@ -0,0 +1,4 @@
+title Minnow Max install
+linux /vmlinuz
+initrd /initrd
+options LABEL=install-efi console=ttyS0,115200n8
diff --git a/common/recipes-bsp/rmc/boards/minnowmaxB3/BOOTENTRY.CONFIG b/common/recipes-bsp/rmc/boards/minnowmaxB3/BOOTENTRY.CONFIG
index cb01ced..b2fabe8 100644
--- a/common/recipes-bsp/rmc/boards/minnowmaxB3/BOOTENTRY.CONFIG
+++ b/common/recipes-bsp/rmc/boards/minnowmaxB3/BOOTENTRY.CONFIG
@@ -1 +1,2 @@
 boot.conf
+install.conf
diff --git a/common/recipes-bsp/rmc/boards/minnowmaxB3/install.conf b/common/recipes-bsp/rmc/boards/minnowmaxB3/install.conf
new file mode 100644
index 0000000..cf500d6
--- /dev/null
+++ b/common/recipes-bsp/rmc/boards/minnowmaxB3/install.conf
@@ -0,0 +1,4 @@
+title Minnow Max B3 install
+linux /vmlinuz
+initrd /initrd
+options LABEL=install-efi console=ttyS0,115200n8
-- 
2.7.5



More information about the meta-intel mailing list