mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
The existing preferred yocto kernel wasn't named appropriately and needs to be updated. In keeping the changes small and isolated, this commit simply renames the recipe and some internal variables. Future commits will refactor the code into more usable blocks. Now that linuy-wrs has been renamed linux-yocto, we need to rename and update an board configurations and append files. Now that linux-wrs has been renamed linux-yocto, we need to update the SRCREVs to have the new name. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
24 lines
518 B
Plaintext
24 lines
518 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: mti_malta32_be MIPS
|
|
#@DESCRIPTION: mti_malta32_be
|
|
|
|
TARGET_ARCH = "mips"
|
|
|
|
require conf/machine/include/tune-mips32.inc
|
|
|
|
MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 \
|
|
serial usbgadget"
|
|
|
|
KERNEL_IMAGETYPE = "vmlinux"
|
|
KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
|
|
|
|
PREFERRED_PROVIDER_virtual/kernel = "linux-yocto"
|
|
|
|
SERIAL_CONSOLE = "115200 ttyS0"
|
|
|
|
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
|
|
|
|
IMAGE_ROOTFS_SIZE_ext3 = "2000000"
|
|
IMAGE_FSTYPES ?= "jffs2 tar.bz2"
|
|
|