mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
atom-pc: switch to the atom-pc branch
The atom-pc has a dedicated branch and merged kernel commits. Swtich the kernel recipe to use the fully integrated BSP Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
committed by
Saul Wold
parent
48755c4bc6
commit
cbeb72b90d
@@ -1,7 +0,0 @@
|
||||
CONFIG_SERIAL_8250=y
|
||||
CONFIG_SERIAL_8250_CONSOLE=y
|
||||
CONFIG_SERIAL_8250_PCI=y
|
||||
CONFIG_SERIAL_8250_NR_UARTS=4
|
||||
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
|
||||
CONFIG_SERIAL_CORE=y
|
||||
CONFIG_SERIAL_CORE_CONSOLE=y
|
||||
@@ -1,18 +0,0 @@
|
||||
CONFIG_I2C=y
|
||||
CONFIG_I2C_BOARDINFO=y
|
||||
CONFIG_I2C_COMPAT=y
|
||||
CONFIG_I2C_HELPER_AUTO=y
|
||||
CONFIG_I2C_ALGOBIT=y
|
||||
|
||||
CONFIG_AGP=y
|
||||
CONFIG_AGP_INTEL=y
|
||||
CONFIG_DRM=y
|
||||
CONFIG_DRM_KMS_HELPER=y
|
||||
CONFIG_DRM_I915=y
|
||||
CONFIG_DRM_I915_KMS=y
|
||||
|
||||
CONFIG_FB=y
|
||||
CONFIG_FB_CFB_FILLRECT=y
|
||||
CONFIG_FB_CFB_COPYAREA=y
|
||||
CONFIG_FB_CFB_IMAGEBLIT=y
|
||||
CONFIG_FRAMEBUFFER_CONSOLE=y
|
||||
@@ -13,17 +13,13 @@ PV = "2.6.34+git${SRCPV}"
|
||||
SRC_URI = "git://git.pokylinux.org/linux-2.6-windriver.git;protocol=git;fullclone=1;branch=${WRMACHINE}-${LINUX_KERNEL_TYPE};name=machine \
|
||||
git://git.pokylinux.org/linux-2.6-windriver.git;protocol=git;noclone=1;branch=wrs_meta;name=meta"
|
||||
|
||||
SRC_URI_append_atom-pc = "\
|
||||
file://i915.cfg \
|
||||
file://8250.cfg"
|
||||
|
||||
WRMACHINE = "${MACHINE}"
|
||||
WRMACHINE_qemux86 = "common_pc"
|
||||
WRMACHINE_qemux86-64 = "common_pc_64"
|
||||
WRMACHINE_qemuppc = "qemu_ppc32"
|
||||
WRMACHINE_qemumips = "mti_malta32_be"
|
||||
WRMACHINE_qemuarm = "arm_versatile_926ejs"
|
||||
WRMACHINE_atom-pc = "common_pc"
|
||||
WRMACHINE_atom-pc = "atom-pc"
|
||||
WRMACHINE_routerstationpro = "routerstationpro"
|
||||
WRMACHINE_mpc8315e-rdb = "fsl-mpc8315e-rdb"
|
||||
WRMACHINE_beagleboard = "beagleboard"
|
||||
@@ -32,7 +28,7 @@ COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64|atom-pc|route
|
||||
|
||||
LINUX_VERSION = "v2.6.34"
|
||||
LINUX_VERSION_EXTENSION = "-wr-${LINUX_KERNEL_TYPE}"
|
||||
PR = "r9"
|
||||
PR = "r10"
|
||||
|
||||
S = "${WORKDIR}/linux"
|
||||
B = "${WORKDIR}/linux-${WRMACHINE}-${LINUX_KERNEL_TYPE}-build"
|
||||
|
||||
Reference in New Issue
Block a user