summaryrefslogtreecommitdiffstats
path: root/meta/packages/linux/linux-omap3-pm_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/linux/linux-omap3-pm_git.bb')
-rw-r--r--meta/packages/linux/linux-omap3-pm_git.bb24
1 files changed, 8 insertions, 16 deletions
diff --git a/meta/packages/linux/linux-omap3-pm_git.bb b/meta/packages/linux/linux-omap3-pm_git.bb
index 86824f2558..45bc492d8e 100644
--- a/meta/packages/linux/linux-omap3-pm_git.bb
+++ b/meta/packages/linux/linux-omap3-pm_git.bb
@@ -8,21 +8,16 @@ FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/${PN}-git/${MACHINE}
8 8
9SRCREV = "${AUTOREV}" 9SRCREV = "${AUTOREV}"
10 10
11PV = "2.6.31-rc1+${PR}+git${SRCREV}" 11PV = "2.6.31-rc7+pm+${PR}+git${SRCREV}"
12PR = "r1" 12PR = "r3"
13 13
14SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git;branch=pm;protocol=git" 14SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git;branch=pm;protocol=git"
15 15
16SRC_URI_append_zoom2 = " \ 16SRC_URI_append_zoom2 = " \
17 file://0001-OMAP3-MMC-Add-mux-for-pins.patch;patch=1 \ 17 file://0001-OMAP1-2-3-4-DEBUG_LL-cleanup.patch;patch=1 \
18 file://0002-OMAP3-Zoom2-Add-TWL4030-support.patch;patch=1 \ 18 file://0002-OMAP1-2-3-4-Adapt-board-files-for-cleand-DEBUG_LL-in.patch;patch=1 \
19 file://0003-OMAP3-Zoom2-Update-board-defconfig.patch;patch=1 \ 19 file://0003-OMAP-Zoom2-Add-DEBUG_LL-interface-using-external-Qua.patch;patch=1 \
20 file://0004-serial-8250-add-IRQ-trigger-support.patch;patch=1 \ 20 "
21 file://0005-OMAP2-Zoom2-Pass-irqflags-to-8250-driver.patch;patch=1 \
22 file://0006-OMAP3-Zoom2-ext-UART-needs-plaform_device.id-3.patch;patch=1 \
23 file://0007-omap-zoom2-add-external-uart-DEBUG_LL-support-to-zoo.patch;patch=1 \
24 file://0008-omap2-add-support-for-DEBUG_LL-on-external-UART.patch;patch=1 \
25 "
26 21
27COMPATIBLE_MACHINE = "beagleboard|omap-3430sdp|omap3evm|overo|rx51|zoom2" 22COMPATIBLE_MACHINE = "beagleboard|omap-3430sdp|omap3evm|overo|rx51|zoom2"
28 23
@@ -43,7 +38,7 @@ do_configure_prepend() {
43 yes '' | oe_runmake ${MACHINE}_external_defconfig 38 yes '' | oe_runmake ${MACHINE}_external_defconfig
44 else 39 else
45 case ${MACHINE} in 40 case ${MACHINE} in
46 omap-3430sdp|omap3evm) 41 omap-3430sdp | omap3evm)
47 # works out of the box 42 # works out of the box
48 yes '' | oe_runmake omap3_pm_defconfig 43 yes '' | oe_runmake omap3_pm_defconfig
49 ;; 44 ;;
@@ -57,14 +52,11 @@ do_configure_prepend() {
57 -i ${S}/.config 52 -i ${S}/.config
58 ;; 53 ;;
59 zoom2) 54 zoom2)
60 # adjust LL_DEBUG console for these boards 55 # adjust LL_DEBUG console for this board
61 yes '' | oe_runmake omap3_pm_defconfig 56 yes '' | oe_runmake omap3_pm_defconfig
62 sed -e "s/CONFIG_OMAP_LL_DEBUG_UART1=y/# CONFIG_OMAP_LL_DEBUG_UART1 is not set/" \ 57 sed -e "s/CONFIG_OMAP_LL_DEBUG_UART1=y/# CONFIG_OMAP_LL_DEBUG_UART1 is not set/" \
63 -e "s/CONFIG_MMC_BLOCK=m/CONFIG_MMC_BLOCK=y/" \
64 -e "s/CONFIG_MMC_OMAP_HS=m/CONFIG_MMC_OMAP_HS=y/" \
65 -i ${S}/.config 58 -i ${S}/.config
66 echo "CONFIG_OMAP_LL_DEBUG_UART_EXT=y" >> ${S}/.config 59 echo "CONFIG_OMAP_LL_DEBUG_UART_EXT=y" >> ${S}/.config
67# yes '' | oe_runmake oldconfig
68 ;; 60 ;;
69 *) 61 *)
70 # its worth a try... 62 # its worth a try...