The default tune setting needs to be overridable otherwise distros or local.conf are unable to change it.
Change-Id: I8c28d90d144cffc56ac6f199183090aa9a94af71 Signed-off-by: Otavio Salvador <[email protected]> --- conf/machine/include/ls-base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/ls-base.inc b/conf/machine/include/ls-base.inc index 752a341..20a7594 100644 --- a/conf/machine/include/ls-base.inc +++ b/conf/machine/include/ls-base.inc @@ -14,4 +14,4 @@ UBOOT_ENTRYPOINT_ls102xa = "0x80008000" MACHINE_FEATURES = "pci ext2 ext3 serial" MACHINE_EXTRA_RRECOMMENDS = "udev-extraconf" -DEFAULTTUNE_ls102xa = "cortexa7hf-neon" +DEFAULTTUNE_ls102xa ?= "cortexa7hf-neon" -- 2.1.4 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
