Fix typo in cyclone5 configuration template 41/9441/2
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Sat, 20 May 2017 20:35:54 +0000 (22:35 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Sat, 20 May 2017 21:23:32 +0000 (21:23 +0000)
There was a typo in DISTRO_FEATURE*S* . Fix it.

Change-Id: Ie0edcab5e2c9726248b5b4f1823ef1a73186fe1a
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9441

meta-agl-bsp/conf/include/agl_cyclone5.inc

index 37eb459..8accf7d 100644 (file)
@@ -1,2 +1,5 @@
 OSTREE_BOOTLOADER ?= "u-boot"
-DISTRO_FEATURE_append = " agl-medium-arm-compiler"
+
+# DEFAULTTUNE for cortex-a9
+DISTRO_FEATURES_append = " agl-medium-arm-compiler"
+