summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-wrs_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/linux/linux-wrs_git.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-wrs_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-wrs_git.bb b/meta/recipes-kernel/linux/linux-wrs_git.bb
index 0e27890a94..9d0f613c9e 100644
--- a/meta/recipes-kernel/linux/linux-wrs_git.bb
+++ b/meta/recipes-kernel/linux/linux-wrs_git.bb
@@ -46,7 +46,7 @@ do_patch() {
46 fi 46 fi
47 47
48 # updates or generates the target description 48 # updates or generates the target description
49 updateme ${WORKDIR} 49 updateme ${ARCH} ${WORKDIR}
50 if [ $? -ne 0 ]; then 50 if [ $? -ne 0 ]; then
51 echo "ERROR. Could not update ${WRMACHINE}-${LINUX_KERNEL_TYPE}" 51 echo "ERROR. Could not update ${WRMACHINE}-${LINUX_KERNEL_TYPE}"
52 exit 1 52 exit 1