summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_lib_template.sh
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-07-03 11:27:27 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-07-03 11:27:39 +0200
commit10f8d117030c31865e653b2642ef1990ececcc08 (patch)
tree005a3ea400bcdb43c76cbf53ff2851ee5eca77df /scripts/lib/ptxd_lib_template.sh
parent767974c2335a3cbbed114c678f45de75f9ef48cb (diff)
downloadptxdist-10f8d117030c31865e653b2642ef1990ececcc08.tar.gz
ptxdist-10f8d117030c31865e653b2642ef1990ececcc08.tar.xz
ptxd_lib_template: image files should start with 'image-'
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts/lib/ptxd_lib_template.sh')
-rw-r--r--scripts/lib/ptxd_lib_template.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/lib/ptxd_lib_template.sh b/scripts/lib/ptxd_lib_template.sh
index 06ffca16c..58b85462d 100644
--- a/scripts/lib/ptxd_lib_template.sh
+++ b/scripts/lib/ptxd_lib_template.sh
@@ -383,6 +383,7 @@ ptxd_template_help_list[${#ptxd_template_help_list[@]}]="kernel"
ptxd_template_help_list[${#ptxd_template_help_list[@]}]="create package for an extra kernel"
ptxd_template_new_image_tgz() {
+ export class="image-"
ptxd_template_read_name &&
ptxd_template_read_author &&
ptxd_template_read "add packages" PACKAGES '$(PTX_PACKAGES_INSTALL)'
@@ -394,6 +395,7 @@ ptxd_template_help_list[${#ptxd_template_help_list[@]}]="image-tgz"
ptxd_template_help_list[${#ptxd_template_help_list[@]}]="create package for a tgz image"
ptxd_template_new_image_genimage() {
+ export class="image-"
ptxd_template_read_name &&
ptxd_template_read_author &&
ptxd_template_read "image type" TYPE