summaryrefslogtreecommitdiff
path: root/recipes-images/images/trdx-image-fstype.inc
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-11-26 12:02:18 +0100
committerStefan Agner <stefan.agner@toradex.com>2017-01-10 16:16:59 -0800
commite0a6da220245e819bf7463af9c4cd88b4ce6ac1c (patch)
tree96c7b089e51178527edd0a391d324928c1092cc2 /recipes-images/images/trdx-image-fstype.inc
parent371bd8db87b89beab72bef50587259aece7f22ed (diff)
trdx-image-fstype: prevent basehash value changed for vf and imx7
Functions starting with "do_" have a special meaning for bitbake, only use this prefix for bitbake tasks. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'recipes-images/images/trdx-image-fstype.inc')
-rw-r--r--recipes-images/images/trdx-image-fstype.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-images/images/trdx-image-fstype.inc b/recipes-images/images/trdx-image-fstype.inc
index 73a8aae..ebf5c25 100644
--- a/recipes-images/images/trdx-image-fstype.inc
+++ b/recipes-images/images/trdx-image-fstype.inc
@@ -111,7 +111,7 @@ imagedeploy_kernel() {
}
imagedeploy_kernel_mx7() {
- do_imagedeploy_kernel_dtb
+ imagedeploy_kernel_dtb
}
imagedeploy_kernel_tegra2() {
@@ -122,10 +122,10 @@ imagedeploy_kernel_tegra2() {
}
imagedeploy_kernel_vf() {
- do_imagedeploy_kernel_dtb
+ imagedeploy_kernel_dtb
}
-do_imagedeploy_kernel_dtb() {
+imagedeploy_kernel_dtb() {
# put kernel, device-tree into the bin directories
cp -pP ${DEPLOY_DIR_IMAGE}/zImage* ${IMAGE_ROOTFS}/../${MACHINE}_bin/
ls ${DEPLOY_DIR_IMAGE}/*.dtb 2> /dev/null && cp -pP ${DEPLOY_DIR_IMAGE}/*.dtb ${IMAGE_ROOTFS}/../${MACHINE}_bin/