mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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>
This commit is contained in:
@@ -7,7 +7,7 @@ XSERVER ?= "xserver-xorg \
|
||||
xf86-video-modesetting \
|
||||
"
|
||||
|
||||
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree"
|
||||
MACHINE_EXTRA_RRECOMMENDS = "kernel-modules kernel-devicetree"
|
||||
|
||||
EXTRA_IMAGEDEPENDS += "u-boot"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -25,7 +25,7 @@ UBOOT_ENTRYPOINT = "0x00000000"
|
||||
|
||||
KERNEL_DEVICETREE = "mpc8315erdb.dtb"
|
||||
|
||||
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
|
||||
MACHINE_EXTRA_RRECOMMENDS = "kernel-modules"
|
||||
|
||||
IMAGE_FSTYPES ?= "jffs2 tar.bz2"
|
||||
JFFS2_ERASEBLOCK = "0x4000"
|
||||
|
||||
Reference in New Issue
Block a user