From 4574ad343888fd57eabadbcbae5f8123709a6461 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 29 Mar 2018 17:44:01 +0100 Subject: conf/machine: Drop pointless spaces in MACHINE_EXTRA_RRECOMMENDS These spaces aren't needed and are confusing people. Remove them. (From meta-yocto rev: 36d20206b73d2efbf72353030b786483eb8749b6) Signed-off-by: Richard Purdie --- meta-yocto-bsp/conf/machine/edgerouter.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-yocto-bsp/conf/machine/edgerouter.conf') diff --git a/meta-yocto-bsp/conf/machine/edgerouter.conf b/meta-yocto-bsp/conf/machine/edgerouter.conf index acfd69c2bc..61f2145fd5 100644 --- a/meta-yocto-bsp/conf/machine/edgerouter.conf +++ b/meta-yocto-bsp/conf/machine/edgerouter.conf @@ -16,7 +16,7 @@ PREFERRED_VERSION_linux-yocto ?= "4.15%" SERIAL_CONSOLE = "115200 ttyS0" USE_VT ?= "0" -MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" +MACHINE_EXTRA_RRECOMMENDS = "kernel-modules" IMAGE_FSTYPES ?= "jffs2 tar.bz2 wic wic.bmap" JFFS2_ERASEBLOCK = "0x10000" -- cgit v1.2.3-54-g00ecf