summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-05-30 17:52:04 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-05-30 17:52:04 +0200
commitbddcd2a1bfad90a1a1cbf250482f131774d141db (patch)
treee29b45d4c2e4334e844c62919a42e3f66dee85a7 /platforms
parent8a259c852fbf5d3393f72ae5e8c846f20f98a475 (diff)
downloadptxdist-bddcd2a1bfad90a1a1cbf250482f131774d141db.tar.gz
ptxdist-bddcd2a1bfad90a1a1cbf250482f131774d141db.tar.xz
platforms: remove obsolete tar image rule
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'platforms')
-rw-r--r--platforms/image_tgz.in18
1 files changed, 0 insertions, 18 deletions
diff --git a/platforms/image_tgz.in b/platforms/image_tgz.in
deleted file mode 100644
index 8cda6f62b..000000000
--- a/platforms/image_tgz.in
+++ /dev/null
@@ -1,18 +0,0 @@
-## SECTION=image
-
-menuconfig IMAGE_TGZ
- bool
- prompt "Generate images/root.tgz "
- help
- Build a tar.gz archive of the root filesystem, containing the
- right owner/group and access permissions.
-
-if IMAGE_TGZ
-config IMAGE_TGZ_LABEL
- string
- prompt "label"
- default "${PTXCONF_PROJECT_VENDOR}-${PTXCONF_PROJECT}${PTXCONF_PROJECT_VERSION}"
- help
- This string gets expanded to form the label. An empty string produces no label.
-
-endif