1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-01-12 01:20:20 +00:00

linux-omap-psp 2.6.32: fix am3517-evm build

the mistral craneboard patches actually removed am3517-evm support in some places

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-07-20 09:39:46 +02:00
parent de22c4134b
commit 654b6c9a59
3 changed files with 2172 additions and 7 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.32
# Tue Mar 16 19:08:26 2010
# Wed Jul 20 08:54:46 2011
#
CONFIG_ARM=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
@@ -258,6 +258,7 @@ CONFIG_OMAP_PACKAGE_CBB=y
# CONFIG_MACH_OVERO is not set
# CONFIG_MACH_OMAP3EVM is not set
CONFIG_MACH_OMAP3517EVM=y
# CONFIG_MACH_CRANEBOARD is not set
CONFIG_PMIC_TPS65023=y
# CONFIG_MACH_OMAP3_PANDORA is not set
# CONFIG_MACH_OMAP3_TOUCHBOOK is not set
@@ -298,7 +299,9 @@ CONFIG_ARM_THUMB=y
# CONFIG_CPU_BPREDICT_DISABLE is not set
CONFIG_HAS_TLS_REG=y
CONFIG_ARM_L1_CACHE_SHIFT=6
# CONFIG_ARM_ERRATA_430973 is not set
# CONFIG_USER_L2_PLE is not set
# CONFIG_USER_PMON is not set
CONFIG_ARM_ERRATA_430973=y
# CONFIG_ARM_ERRATA_458693 is not set
# CONFIG_ARM_ERRATA_460075 is not set
CONFIG_COMMON_CLKDEV=y
@@ -348,13 +351,14 @@ CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
# CONFIG_LEDS is not set
CONFIG_ALIGNMENT_TRAP=y
# CONFIG_UACCESS_WITH_MEMCPY is not set
CONFIG_CPU_V7_SYSFS=y
#
# Boot options
#
CONFIG_ZBOOT_ROM_TEXT=0x0
CONFIG_ZBOOT_ROM_BSS=0x0
CONFIG_CMDLINE=" debug "
CONFIG_CMDLINE=" debug"
# CONFIG_XIP_KERNEL is not set
# CONFIG_KEXEC is not set
@@ -1006,6 +1010,7 @@ CONFIG_SSB_POSSIBLE=y
# CONFIG_HTC_PASIC3 is not set
# CONFIG_TPS65010 is not set
# CONFIG_TWL4030_CORE is not set
# CONFIG_TPS65910_CORE is not set
# CONFIG_MFD_TMIO is not set
# CONFIG_MFD_T7L66XB is not set
# CONFIG_MFD_TC6387XB is not set
@@ -1115,9 +1120,10 @@ CONFIG_VIDEO_WM8775=m
# CONFIG_VIDEO_KS0127 is not set
# CONFIG_VIDEO_OV7670 is not set
# CONFIG_VIDEO_MT9V011 is not set
# CONFIG_VIDEO_MT9V113 is not set
# CONFIG_VIDEO_TCM825X is not set
# CONFIG_VIDEO_MT9P012 is not set
# CONFIG_VIDEO_MT9T111 is not set
# CONFIG_VIDEO_MT9T112 is not set
# CONFIG_VIDEO_DW9710 is not set
# CONFIG_VIDEO_OV3640 is not set
# CONFIG_VIDEO_IMX046 is not set
@@ -2117,6 +2123,11 @@ CONFIG_CRYPTO_DES=y
#
# CONFIG_CRYPTO_ANSI_CPRNG is not set
CONFIG_CRYPTO_HW=y
#
# OCF Configuration
#
# CONFIG_OCF_OCF is not set
# CONFIG_BINARY_PRINTF is not set
#

View File

@@ -12,7 +12,6 @@ SRCREV = "5fc29e7b2a76a64a739f857858ef0b98294aa155"
MACHINE_KERNEL_PR_append = "b+gitr${SRCREV}"
SRC_URI += "git://arago-project.org/git/projects/linux-omap3.git;protocol=git;branch=master \
file://0001-Added-Crane-Board-support.patch \
file://0001-Revert-omap3-beagle-Fix-compile-time-errors.patch \
file://0002-board-omap3touchbook-make-it-build-against-TI-linux-.patch \
file://0003-ARM-OMAP-add-support-for-TCT-Zippy-to-Beagle-board-f.patch \
@@ -137,8 +136,6 @@ SRC_URI += "git://arago-project.org/git/projects/linux-omap3.git;protocol=git;br
file://0001-BeagleBoard-Adjust-USER-button-pin-for-xM.patch \
file://0001-PSP-3.0.1.6-kernel-source-patched-with-OCF-Linux.patch \
file://porches.patch \
file://0001-OMAP3-craneboard-print-expansionboard-name-detected-.patch \
file://0002-OMAP3-craneboard-add-support-for-TinCanTools-Trainer.patch \
file://0001-cgroupfs-create-sys-fs-cgroup-to-mount-cgroupfs-on.patch \
file://defconfig"
@@ -174,6 +171,12 @@ SRC_URI_append_omap3-touchbook = " \
# file://0017-ARM-OMAP-add-800MHz-OPP-and-remove-125MHz-one.patch \
"
SRC_URI_append_am3517-crane = " \
file://0001-Added-Crane-Board-support.patch \
file://0001-OMAP3-craneboard-print-expansionboard-name-detected-.patch \
file://0002-OMAP3-craneboard-add-support-for-TinCanTools-Trainer.patch \
"
addtask quiltfixup before do_patch after do_unpack
do_quiltfixup() {
rm ${S}/.pc -rf