summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-05-30 22:41:23 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-05-30 22:41:26 +0200
commit56ff221ebe27182c4720ca96cf4680a7fdf85fb1 (patch)
tree8041474dadf33e0359a1abdb6947e64229aa59ac /platforms
parent811a443d209a69da71109204b013f5526043143a (diff)
downloadptxdist-56ff221ebe27182c4720ca96cf4680a7fdf85fb1.tar.gz
ptxdist-56ff221ebe27182c4720ca96cf4680a7fdf85fb1.tar.xz
platforms: remove old ISO image rule
If this is still needed, a new proper image package using genimage should be created. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'platforms')
-rw-r--r--platforms/image_iso.in29
1 files changed, 0 insertions, 29 deletions
diff --git a/platforms/image_iso.in b/platforms/image_iso.in
deleted file mode 100644
index 0677badf4..000000000
--- a/platforms/image_iso.in
+++ /dev/null
@@ -1,29 +0,0 @@
-## SECTION=image
-
-menuconfig IMAGE_ISO
- bool
- select SYSLINUX
- select HOST_CDRKIT
- select IMAGE_ROOT_CPIO_GZ
- depends on ARCH_X86
- prompt "Generate images/bootcd.iso "
- help
- build a bootable cd image
-
-if IMAGE_ISO
-
-config IMAGE_ISO_ADDON_DIR
- string
- prompt "addon dir"
- default "${PTXDIST_TOPDIR}/config/image_iso"
- help
- Specify a directory which contents will be copied to the
- ISO image.
-
- The default is:
- "${PTXDIST_TOPDIR}/config/image_iso"
-
- If you want to specify a path in your workspace, use:
- "${PTXDIST_WORKSPACE}/<path>"
-
-endif