From: Koen Kooi Date: Mon, 9 Jul 2007 20:02:39 +0000 (+0000) Subject: angstrom: add altboot versions of x11 and console images, untested, I'll leave that... X-Git-Tag: Release-2010-05/1~8868^2~182^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3f996992e8b57c6d3e11faa237ac2a8bcba3f39;p=openembedded.git angstrom: add altboot versions of x11 and console images, untested, I'll leave that to the altboot wanting crowd --- diff --git a/packages/angstrom/angstrom-altboot-console-image.bb b/packages/angstrom/angstrom-altboot-console-image.bb new file mode 100644 index 0000000000..32a1564afe --- /dev/null +++ b/packages/angstrom/angstrom-altboot-console-image.bb @@ -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 index 0000000000..ce3fd820c3 --- /dev/null +++ b/packages/angstrom/angstrom-altboot-x11-image.bb @@ -0,0 +1,4 @@ +require angstrom-x11-image.bb + +ANGSTROM_EXTRA_INSTALL += " altboot " +export IMAGE_BASENAME = "altboot-x11-image"