summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-29 17:44:01 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-31 09:48:43 +0100
commit4574ad343888fd57eabadbcbae5f8123709a6461 (patch)
tree6fc58dd718a753ce792194918d034a59d30db7f5 /meta-yocto-bsp
parent221268735215d5972dd17da01ce906705ab686e0 (diff)
downloadpoky-4574ad343888fd57eabadbcbae5f8123709a6461.tar.gz
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp')
-rw-r--r--meta-yocto-bsp/conf/machine/beaglebone-yocto.conf2
-rw-r--r--meta-yocto-bsp/conf/machine/edgerouter.conf2
-rw-r--r--meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf b/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf
index 8d0f62bf67..ae682a47d3 100644
--- a/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf
+++ b/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf
@@ -7,7 +7,7 @@ XSERVER ?= "xserver-xorg \
7 xf86-video-modesetting \ 7 xf86-video-modesetting \
8 " 8 "
9 9
10MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree" 10MACHINE_EXTRA_RRECOMMENDS = "kernel-modules kernel-devicetree"
11 11
12EXTRA_IMAGEDEPENDS += "u-boot" 12EXTRA_IMAGEDEPENDS += "u-boot"
13 13
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%"
16SERIAL_CONSOLE = "115200 ttyS0" 16SERIAL_CONSOLE = "115200 ttyS0"
17USE_VT ?= "0" 17USE_VT ?= "0"
18 18
19MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" 19MACHINE_EXTRA_RRECOMMENDS = "kernel-modules"
20 20
21IMAGE_FSTYPES ?= "jffs2 tar.bz2 wic wic.bmap" 21IMAGE_FSTYPES ?= "jffs2 tar.bz2 wic wic.bmap"
22JFFS2_ERASEBLOCK = "0x10000" 22JFFS2_ERASEBLOCK = "0x10000"
diff --git a/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf b/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf
index 04c54f2710..34f12303a1 100644
--- a/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf
+++ b/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf
@@ -25,7 +25,7 @@ UBOOT_ENTRYPOINT = "0x00000000"
25 25
26KERNEL_DEVICETREE = "mpc8315erdb.dtb" 26KERNEL_DEVICETREE = "mpc8315erdb.dtb"
27 27
28MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" 28MACHINE_EXTRA_RRECOMMENDS = "kernel-modules"
29 29
30IMAGE_FSTYPES ?= "jffs2 tar.bz2" 30IMAGE_FSTYPES ?= "jffs2 tar.bz2"
31JFFS2_ERASEBLOCK = "0x4000" 31JFFS2_ERASEBLOCK = "0x4000"