angstrom: add altboot versions of x11 and console images, untested, I'll leave that...
authorKoen Kooi <koen@openembedded.org>
Mon, 9 Jul 2007 20:02:39 +0000 (20:02 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 9 Jul 2007 20:02:39 +0000 (20:02 +0000)
packages/angstrom/angstrom-altboot-console-image.bb [new file with mode: 0644]
packages/angstrom/angstrom-altboot-x11-image.bb [new file with mode: 0644]

diff --git a/packages/angstrom/angstrom-altboot-console-image.bb b/packages/angstrom/angstrom-altboot-console-image.bb
new file mode 100644 (file)
index 0000000..32a1564
--- /dev/null
@@ -0,0 +1,6 @@
+require angstrom-console-image.bb
+
+ANGSTROM_EXTRA_INSTALL += " altboot "
+
+export IMAGE_BASENAME = "altboot-console-image"
+
diff --git a/packages/angstrom/angstrom-altboot-x11-image.bb b/packages/angstrom/angstrom-altboot-x11-image.bb
new file mode 100644 (file)
index 0000000..ce3fd82
--- /dev/null
@@ -0,0 +1,4 @@
+require angstrom-x11-image.bb
+
+ANGSTROM_EXTRA_INSTALL += " altboot "
+export IMAGE_BASENAME = "altboot-x11-image"