summaryrefslogtreecommitdiff
path: root/recipes/images/trdx-image-fstype.inc
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2013-01-29 12:33:23 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2013-01-29 12:33:23 +0100
commitca4c5e8a303f1ee0194e009b9708cde07fd711cd (patch)
tree35689b9b2663cf8673d45568410d48277bcfb346 /recipes/images/trdx-image-fstype.inc
parent1fda4a8483dae5eb5342c51bc19899a10d92b920 (diff)
burnflash: add Apalis-T30 as a deployable image
Diffstat (limited to 'recipes/images/trdx-image-fstype.inc')
-rw-r--r--recipes/images/trdx-image-fstype.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/images/trdx-image-fstype.inc b/recipes/images/trdx-image-fstype.inc
index c2a8922..39f8ff9 100644
--- a/recipes/images/trdx-image-fstype.inc
+++ b/recipes/images/trdx-image-fstype.inc
@@ -1,9 +1,12 @@
#create the deployment directory-tree
BURNFLASH := "${THISDIR}/files/${MACHINE}/burnflash.tar.bz2"
+
S = "${WORKDIR}/burnflash"
+
IMAGE_NAME_colibri-t20 = "T20_LinuxImage"
IMAGE_NAME_colibri-t30 = "T30_LinuxImage"
+IMAGE_NAME_apalis-t30 = "ApalisT30_LinuxImage"
IMAGE_NAME_colibri-pxa = "PXA_LinuxImage"
IMAGE_ROOTFS = "${WORKDIR}/${IMAGE_NAME}${PV}/rootfs"