summaryrefslogtreecommitdiffstats
path: root/platforms/image-root-tgz.in
blob: c325209ded6dc82965da0c6c0b5052c8a32a0bbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## SECTION=image

menuconfig IMAGE_ROOT_TGZ
	tristate
	prompt "Generate images/root.tgz      "
	help
	  FIXME

if IMAGE_ROOT_TGZ

config IMAGE_ROOT_TGZ_LABEL
	string
	prompt "label"
	help
	  This string gets expanded to form the label. An empty string produces no label.
	  For example, this could be set to:
	    ${PTXCONF_PROJECT_VENDOR}-${PTXCONF_PROJECT}${PTXCONF_PROJECT_VERSION}

	  The label on the generate image can be checked with the command:
	    $ tar --test-label -f images/root.tgz
endif