From e3f996992e8b57c6d3e11faa237ac2a8bcba3f39 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 9 Jul 2007 20:02:39 +0000 Subject: [PATCH] angstrom: add altboot versions of x11 and console images, untested, I'll leave that to the altboot wanting crowd --- packages/angstrom/angstrom-altboot-console-image.bb | 6 ++++++ packages/angstrom/angstrom-altboot-x11-image.bb | 4 ++++ 2 files changed, 10 insertions(+) create mode 100644 packages/angstrom/angstrom-altboot-console-image.bb create mode 100644 packages/angstrom/angstrom-altboot-x11-image.bb 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" -- 2.39.5