diff options
| -rw-r--r-- | meta-yocto/conf/machine/mpc8315e-rdb.conf | 3 | ||||
| -rw-r--r-- | meta-yocto/conf/machine/routerstationpro.conf | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/meta-yocto/conf/machine/mpc8315e-rdb.conf b/meta-yocto/conf/machine/mpc8315e-rdb.conf index 34b75bbc8a..095d113f2c 100644 --- a/meta-yocto/conf/machine/mpc8315e-rdb.conf +++ b/meta-yocto/conf/machine/mpc8315e-rdb.conf | |||
| @@ -14,6 +14,9 @@ MACHINE_FEATURES = "kernel26 keyboard pci ext2 ext3 serial" | |||
| 14 | 14 | ||
| 15 | PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" | 15 | PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" |
| 16 | #PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" | 16 | #PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" |
| 17 | PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" | ||
| 18 | XSERVER = "xserver-kdrive-fbdev" | ||
| 19 | |||
| 17 | 20 | ||
| 18 | UBOOT_ENTRYPOINT = "0x00000000" | 21 | UBOOT_ENTRYPOINT = "0x00000000" |
| 19 | 22 | ||
diff --git a/meta-yocto/conf/machine/routerstationpro.conf b/meta-yocto/conf/machine/routerstationpro.conf index d464842134..b50f1a82fa 100644 --- a/meta-yocto/conf/machine/routerstationpro.conf +++ b/meta-yocto/conf/machine/routerstationpro.conf | |||
| @@ -14,6 +14,9 @@ KERNEL_ALT_IMAGETYPE = "vmlinux.bin" | |||
| 14 | 14 | ||
| 15 | PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" | 15 | PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" |
| 16 | #PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" | 16 | #PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" |
| 17 | PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" | ||
| 18 | XSERVER = "xserver-kdrive-fbdev" | ||
| 19 | |||
| 17 | 20 | ||
| 18 | SERIAL_CONSOLE = "115200 ttyS0" | 21 | SERIAL_CONSOLE = "115200 ttyS0" |
| 19 | 22 | ||
