diff options
Diffstat (limited to 'meta-yocto-bsp/conf')
-rw-r--r-- | meta-yocto-bsp/conf/machine/beaglebone-yocto.conf | 2 | ||||
-rw-r--r-- | meta-yocto-bsp/conf/machine/edgerouter.conf | 2 | ||||
-rw-r--r-- | meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf | 2 |
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 | ||
10 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree" | 10 | MACHINE_EXTRA_RRECOMMENDS = "kernel-modules kernel-devicetree" |
11 | 11 | ||
12 | EXTRA_IMAGEDEPENDS += "u-boot" | 12 | EXTRA_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%" | |||
16 | SERIAL_CONSOLE = "115200 ttyS0" | 16 | SERIAL_CONSOLE = "115200 ttyS0" |
17 | USE_VT ?= "0" | 17 | USE_VT ?= "0" |
18 | 18 | ||
19 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" | 19 | MACHINE_EXTRA_RRECOMMENDS = "kernel-modules" |
20 | 20 | ||
21 | IMAGE_FSTYPES ?= "jffs2 tar.bz2 wic wic.bmap" | 21 | IMAGE_FSTYPES ?= "jffs2 tar.bz2 wic wic.bmap" |
22 | JFFS2_ERASEBLOCK = "0x10000" | 22 | JFFS2_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 | ||
26 | KERNEL_DEVICETREE = "mpc8315erdb.dtb" | 26 | KERNEL_DEVICETREE = "mpc8315erdb.dtb" |
27 | 27 | ||
28 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" | 28 | MACHINE_EXTRA_RRECOMMENDS = "kernel-modules" |
29 | 29 | ||
30 | IMAGE_FSTYPES ?= "jffs2 tar.bz2" | 30 | IMAGE_FSTYPES ?= "jffs2 tar.bz2" |
31 | JFFS2_ERASEBLOCK = "0x4000" | 31 | JFFS2_ERASEBLOCK = "0x4000" |