Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# We have a conf and classes directory, add to BBPATH
|
||||
BBPATH .= ":${LAYERDIR}"
|
||||
|
||||
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
|
||||
${LAYERDIR}/recipes-*/*/*.bbappend"
|
||||
|
||||
BBFILE_PATTERN_fsp2-layer := "^${LAYERDIR}/"
|
||||
BBFILE_COLLECTIONS += "fsp2-layer"
|
||||
LAYERVERSION_fsp2-layer = "1"
|
||||
@@ -0,0 +1,14 @@
|
||||
#@TYPE: Machine
|
||||
#@NAME: fsp2
|
||||
#@DESCRIPTION: evaluation machine board configuration for the fsp2 ppc476
|
||||
|
||||
PREFERRED_PROVIDER_virtual/kernel ?= "linux-fsp2"
|
||||
PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-fsp2"
|
||||
|
||||
DEFAULTTUNE = "powerpc-nf"
|
||||
|
||||
SERIAL_CONSOLES = "115200;ttyS0"
|
||||
|
||||
MACHINEOVERRIDES .= ":fsp2"
|
||||
|
||||
require conf/machine/include/powerpc/arch-powerpc.inc
|
||||
@@ -0,0 +1,10 @@
|
||||
MACHINE = "sunray2"
|
||||
KERNEL_DEVICETREE = "fsp2.dtb"
|
||||
KBUILD_DEFCONFIG = "44x/fsp2_defconfig"
|
||||
|
||||
require conf/machine/include/fsp2.inc
|
||||
|
||||
UBOOT_MACHINE:sunray2 = "fsp2_defconfig"
|
||||
UBOOT_ENTRYPOINT = "0x10000000"
|
||||
UBOOT_LOADADDRESS = "0x10000000"
|
||||
|
||||
Reference in New Issue
Block a user