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.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-wrs_git.bb b/meta/recipes-kernel/linux/linux-wrs_git.bb
index 2459b79c89..763eaf1559 100644
--- a/meta/recipes-kernel/linux/linux-wrs_git.bb
+++ b/meta/recipes-kernel/linux/linux-wrs_git.bb
@@ -49,8 +49,11 @@ do_patch() {
49 exit 1 49 exit 1
50 fi 50 fi
51 51
52 # updates or generates the target description 52 # updates or generates the target description
53 updateme ${ARCH} ${WORKDIR} 53 if [ -n "${KERNEL_FEATURES}" ]; then
54 addon_features="--features ${KERNEL_FEATURES}"
55 fi
56 updateme ${addon_features} ${ARCH} ${WORKDIR}
54 if [ $? -ne 0 ]; then 57 if [ $? -ne 0 ]; then
55 echo "ERROR. Could not update ${WRMACHINE}-${LINUX_KERNEL_TYPE}" 58 echo "ERROR. Could not update ${WRMACHINE}-${LINUX_KERNEL_TYPE}"
56 exit 1 59 exit 1