summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2017-01-30 15:22:46 -0800
committerMax Krummenacher <max.krummenacher@toradex.com>2017-02-08 20:11:18 +0100
commit7635677a75e53f8e0cde05781e6451f194e893e3 (patch)
treefc65bccaff594c10dc88253f7a6ce429e4d6b0d6
parent48ab203e20f9a172f0a60a91a5fcc24181141871 (diff)
image_type_tezi: rename image to teziimg
Avoid ambiguity with other uses of the string "tezi", e.g. when used as an image or distro name. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--classes/image_type_tezi.bbclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/classes/image_type_tezi.bbclass b/classes/image_type_tezi.bbclass
index 38a79c9..f386414 100644
--- a/classes/image_type_tezi.bbclass
+++ b/classes/image_type_tezi.bbclass
@@ -1,6 +1,6 @@
inherit image_types
-IMAGE_DEPENDS_tezi = "tezi-metadata:do_deploy"
+IMAGE_DEPENDS_teziimg = "tezi-metadata:do_deploy"
python rootfs_tezi_json() {
import json, subprocess
@@ -99,7 +99,7 @@ python rootfs_tezi_json() {
}
do_rootfs[postfuncs] =+ "rootfs_tezi_json"
-IMAGE_CMD_tezi () {
+IMAGE_CMD_teziimg () {
bbnote "Create bootfs tarball"
# Create list of device tree files
@@ -123,4 +123,4 @@ IMAGE_CMD_tezi () {
${IMAGE_CMD_TAR} --transform='s/.*\///' --transform 's,^,${IMAGE_NAME}_${PV}/,' -chf ${IMGDEPLOYDIR}/${IMAGE_NAME}_${PV}.tar image.json toradexlinux.png marketing.tar prepare.sh wrapup.sh ${SPL_BINARY} ${U_BOOT_BINARY} ${IMGDEPLOYDIR}/${IMAGE_NAME}.bootfs.tar.xz ${IMGDEPLOYDIR}/${IMAGE_NAME}.rootfs.tar.xz
}
-IMAGE_TYPEDEP_tezi += "tar.xz"
+IMAGE_TYPEDEP_teziimg += "tar.xz"