diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2010-02-17 16:25:57 +0100 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2010-02-17 16:51:16 +0100 |
commit | e6472c1df7a8c76bae9b4af354f0ae6be7202cbe (patch) | |
tree | f6b9c9d4ab0c8144deaae4108a3fc2bb776b21e6 /recipes/images | |
parent | a720b18919124f317d55e6374265782108ac0df8 (diff) |
altboot: drop altboot in favor of kexecboot to avoid confusion
* altboot is no longer supported
* Thanks Coredump for your work, it certainly filled a niche at its time
* drop related images as well
Diffstat (limited to 'recipes/images')
-rw-r--r-- | recipes/images/altboot-console-image.bb | 6 | ||||
-rw-r--r-- | recipes/images/altboot-x11-image.bb | 4 |
2 files changed, 0 insertions, 10 deletions
diff --git a/recipes/images/altboot-console-image.bb b/recipes/images/altboot-console-image.bb deleted file mode 100644 index ff5984981a..0000000000 --- a/recipes/images/altboot-console-image.bb +++ /dev/null @@ -1,6 +0,0 @@ -require console-image.bb - -ANGSTROM_EXTRA_INSTALL += " altboot " - -export IMAGE_BASENAME = "altboot-console-image" - diff --git a/recipes/images/altboot-x11-image.bb b/recipes/images/altboot-x11-image.bb deleted file mode 100644 index d4b129e48c..0000000000 --- a/recipes/images/altboot-x11-image.bb +++ /dev/null @@ -1,4 +0,0 @@ -require x11-image.bb - -ANGSTROM_EXTRA_INSTALL += " altboot " -export IMAGE_BASENAME = "altboot-x11-image" |