mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02: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>
17 lines
363 B
Plaintext
17 lines
363 B
Plaintext
#@TYPE: Machine
|
|
#@DESCRIPTION: Machine configuration for running
|
|
|
|
TARGET_ARCH = "powerpc"
|
|
PACKAGE_EXTRA_ARCHS = "ppc603e"
|
|
TARGET_FPU = "spe"
|
|
|
|
require conf/machine/include/tune-ppc603e.inc
|
|
|
|
KERNEL_IMAGETYPE = "uImage"
|
|
|
|
SERIAL_CONSOLE = "115200 ttyS0"
|
|
|
|
MACHINE_FEATURES = "kernel26 keyboard pci ext2 ext3 serial"
|
|
|
|
PREFERRED_PROVIDER_virtual/kernel = "linux-yocto"
|