summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2022-04-27 12:14:58 +0300
committerJoel Stanley <joel@jms.id.au>2022-04-29 04:52:48 +0300
commit4c82b5914fdd147c4d6fab2850501fd177c12b4c (patch)
tree59d3593bfc9bb4197098b4c8eba14edefd913df9
parente52f8d76254b4a22035cf4ad32371f7e27391211 (diff)
downloadopenbmc-4c82b5914fdd147c4d6fab2850501fd177c12b4c.tar.xz
meta-evb-aspeed: Add information about image options
Now that the obmc-phosphor-image contains the Web UI, make it clear that there are other options when building. In particular, the minimal and 'full' command line builds are useful for testing on an EVB or in Qemu. Change-Id: Ie9df5f1bf0391c5dc34e147ca8bb4a051e333862 Signed-off-by: Joel Stanley <joel@jms.id.au>
-rw-r--r--meta-evb/meta-evb-aspeed/meta-evb-ast2500/conf/conf-notes.txt8
-rw-r--r--meta-evb/meta-evb-aspeed/meta-evb-ast2600/conf/conf-notes.txt8
2 files changed, 14 insertions, 2 deletions
diff --git a/meta-evb/meta-evb-aspeed/meta-evb-ast2500/conf/conf-notes.txt b/meta-evb/meta-evb-aspeed/meta-evb-ast2500/conf/conf-notes.txt
index 9b3c01a556..a73afd7909 100644
--- a/meta-evb/meta-evb-aspeed/meta-evb-ast2500/conf/conf-notes.txt
+++ b/meta-evb/meta-evb-aspeed/meta-evb-ast2500/conf/conf-notes.txt
@@ -1,2 +1,8 @@
Common targets are:
- obmc-phosphor-image
+
+ obmc-phosphor-image: Includes OpenBMC Phosphor userspace and Web UI
+
+ core-image-minimal: A small image just capable of allowing a device to boot
+
+ core-image-full-cmdline: A small image with more Linux functionality
+ installed, including a ssh server.
diff --git a/meta-evb/meta-evb-aspeed/meta-evb-ast2600/conf/conf-notes.txt b/meta-evb/meta-evb-aspeed/meta-evb-ast2600/conf/conf-notes.txt
index 9b3c01a556..a73afd7909 100644
--- a/meta-evb/meta-evb-aspeed/meta-evb-ast2600/conf/conf-notes.txt
+++ b/meta-evb/meta-evb-aspeed/meta-evb-ast2600/conf/conf-notes.txt
@@ -1,2 +1,8 @@
Common targets are:
- obmc-phosphor-image
+
+ obmc-phosphor-image: Includes OpenBMC Phosphor userspace and Web UI
+
+ core-image-minimal: A small image just capable of allowing a device to boot
+
+ core-image-full-cmdline: A small image with more Linux functionality
+ installed, including a ssh server.