summaryrefslogtreecommitdiff
path: root/recipes/images
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
commitc238f7851586af67e4a8e1b8f70e8133f5bcfff1 (patch)
treec0f73b9d2229c83b8b14d4dd945a161512b7a7c3 /recipes/images
parent8532c513ae0e6a762809a8fe18268cfdece0f552 (diff)
burnflash: add Apalis-T30 as a deployable image
Diffstat (limited to 'recipes/images')
-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"