diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-16 09:35:56 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-16 09:35:56 +0200 |
commit | f334b1b45976de0b71e2016885a43af312ce10b5 (patch) | |
tree | d93430fc7fc5e1e6d4ecab5b02e81732dfd5ac8e /recipes-kernel | |
parent | 96260395c833d18d0017bd9b98d4ad5f19ffc5e6 (diff) | |
download | meta-ti-f334b1b45976de0b71e2016885a43af312ce10b5.tar.gz |
linux-davinci: clean up contents a bit
This recipe needs to get renamed to linux-omapl138-psp or just get deleted in the longer term
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-davinci_git.bb | 44 |
1 files changed, 2 insertions, 42 deletions
diff --git a/recipes-kernel/linux/linux-davinci_git.bb b/recipes-kernel/linux/linux-davinci_git.bb index 04e92ba6..1fda1ee9 100644 --- a/recipes-kernel/linux/linux-davinci_git.bb +++ b/recipes-kernel/linux/linux-davinci_git.bb | |||
@@ -3,10 +3,9 @@ require multi-kernel.inc | |||
3 | DESCRIPTION = "Linux kernel for DaVinci processors" | 3 | DESCRIPTION = "Linux kernel for DaVinci processors" |
4 | KERNEL_IMAGETYPE = "uImage" | 4 | KERNEL_IMAGETYPE = "uImage" |
5 | 5 | ||
6 | COMPATIBLE_MACHINE = "(dm355-evm|dm365-evm|dm6446-evm|dm6467-evm|dm6467t-evm|omapl137|omapl138|dm355-leopard|davinci-sffsdr|hawkboard)" | 6 | COMPATIBLE_MACHINE = "hawkboard" |
7 | 7 | ||
8 | DEFAULT_PREFERENCE = "1" | 8 | DEFAULT_PREFERENCE_hawkboard = "1" |
9 | DEFAULT_PREFERENCE_dm365 = "-1" | ||
10 | 9 | ||
11 | BRANCH = "master" | 10 | BRANCH = "master" |
12 | 11 | ||
@@ -14,36 +13,6 @@ SRC_URI_append = " file://defconfig " | |||
14 | 13 | ||
15 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
16 | 15 | ||
17 | # DaVinci DM3xx/DM6xxx | ||
18 | # dm355-evm/dm365-evm/dm6446-evm/dm6467-evm/dm6467t-evm Davinci PSP 03.01.00/03.02.00 (build r30) | ||
19 | # The main PR is now using MACHINE_KERNEL_PR, for davinci see conf/machine/include/davinci.inc | ||
20 | |||
21 | ARAGO_DM_REV = "e87a8397d2830db11ce1518bd2abc4e8815763f1" | ||
22 | ARAGO_DM_PV = "2.6.31+2.6.32-rc2-${PR}+gitr${SRCREV}" | ||
23 | ARAGO_DM_BR = "r32" | ||
24 | ARAGO_DM_URI = "git://arago-project.org/git/projects/linux-davinci.git;protocol=git;branch=${BRANCH} " | ||
25 | |||
26 | SRCREV_dm355 = ${ARAGO_DM_REV} | ||
27 | SRCREV_dm365 = ${ARAGO_DM_REV} | ||
28 | SRCREV_dm6446 = ${ARAGO_DM_REV} | ||
29 | SRCREV_dm6467 = ${ARAGO_DM_REV} | ||
30 | |||
31 | PV_dm355 = ${ARAGO_DM_PV} | ||
32 | PV_dm365 = ${ARAGO_DM_PV} | ||
33 | PV_dm6446 = ${ARAGO_DM_PV} | ||
34 | PV_dm6467 = ${ARAGO_DM_PV} | ||
35 | |||
36 | BRANCH_dm355 = ${ARAGO_DM_BR} | ||
37 | BRANCH_dm365 = ${ARAGO_DM_BR} | ||
38 | BRANCH_dm6446 = ${ARAGO_DM_BR} | ||
39 | BRANCH_dm6467 = ${ARAGO_DM_BR} | ||
40 | |||
41 | SRC_URI_append_dm355 = ${ARAGO_DM_URI} | ||
42 | SRC_URI_append_dm365 = ${ARAGO_DM_URI} | ||
43 | SRC_URI_append_dm6446 = ${ARAGO_DM_URI} | ||
44 | SRC_URI_append_dm6467 = ${ARAGO_DM_URI} | ||
45 | |||
46 | |||
47 | # The main PR is now using MACHINE_KERNEL_PR, for davinci see conf/machine/include/davinci.inc | 16 | # The main PR is now using MACHINE_KERNEL_PR, for davinci see conf/machine/include/davinci.inc |
48 | 17 | ||
49 | # OMAPL tracking master branch - PSP 3.20.00.12 | 18 | # OMAPL tracking master branch - PSP 3.20.00.12 |
@@ -53,17 +22,12 @@ ARAGO_L1_BR = "master" | |||
53 | ARAGO_L1_PV = "2.6.32+2.6.33-rc4-${PR}+gitr${SRCREV}" | 22 | ARAGO_L1_PV = "2.6.32+2.6.33-rc4-${PR}+gitr${SRCREV}" |
54 | ARAGO_L1_URI = "git://arago-project.org/git/projects/linux-omapl1.git;protocol=git;branch=${BRANCH} " | 23 | ARAGO_L1_URI = "git://arago-project.org/git/projects/linux-omapl1.git;protocol=git;branch=${BRANCH} " |
55 | 24 | ||
56 | SRCREV_omapl137 = ${ARAGO_L1_REV} | ||
57 | SRCREV_omapl138 = ${ARAGO_L1_REV} | ||
58 | SRCREV_hawkboard = ${ARAGO_L1_REV} | 25 | SRCREV_hawkboard = ${ARAGO_L1_REV} |
59 | 26 | ||
60 | PV_omapl137 = ${ARAGO_L1_PV} | ||
61 | PV_omapl138 = ${ARAGO_L1_PV} | 27 | PV_omapl138 = ${ARAGO_L1_PV} |
62 | 28 | ||
63 | BRANCH_omapl137 = ${ARAGO_L1_BR} | ||
64 | BRANCH_omapl138 = ${ARAGO_L1_BR} | 29 | BRANCH_omapl138 = ${ARAGO_L1_BR} |
65 | 30 | ||
66 | SRC_URI_append_omapl137 = ${ARAGO_L1_URI} | ||
67 | SRC_URI_append_omapl138 = ${ARAGO_L1_URI} | 31 | SRC_URI_append_omapl138 = ${ARAGO_L1_URI} |
68 | 32 | ||
69 | SRC_URI_append_omapl138 = " file://logo_linux_clut224.ppm \ | 33 | SRC_URI_append_omapl138 = " file://logo_linux_clut224.ppm \ |
@@ -82,10 +46,6 @@ SRC_URI_append_hawkboard = " \ | |||
82 | file://0001-board-da850-hawk-Disable-NAND-SUBPAGE.patch \ | 46 | file://0001-board-da850-hawk-Disable-NAND-SUBPAGE.patch \ |
83 | " | 47 | " |
84 | 48 | ||
85 | do_configure_prepend_dm355-leopard() { | ||
86 | sed -i s:2138:1381:g ${S}/arch/arm/tools/mach-types | ||
87 | } | ||
88 | |||
89 | # Perf in 2.6.33rc has broken perl handling, so disable it | 49 | # Perf in 2.6.33rc has broken perl handling, so disable it |
90 | do_compile_perf() { | 50 | do_compile_perf() { |
91 | : | 51 | : |