From: Koen Kooi Date: Tue, 16 Aug 2011 07:35:56 +0000 (+0200) Subject: linux-davinci: clean up contents a bit X-Git-Tag: v2012.05-yocto1.2~403 X-Git-Url: https://git.ti.com/gitweb?p=glsdk%2Fmeta-ti-glsdk.git;a=commitdiff_plain;h=f334b1b45976de0b71e2016885a43af312ce10b5 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 --- diff --git a/recipes-kernel/linux/linux-davinci_git.bb b/recipes-kernel/linux/linux-davinci_git.bb index 04e92ba..1fda1ee 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 DESCRIPTION = "Linux kernel for DaVinci processors" KERNEL_IMAGETYPE = "uImage" -COMPATIBLE_MACHINE = "(dm355-evm|dm365-evm|dm6446-evm|dm6467-evm|dm6467t-evm|omapl137|omapl138|dm355-leopard|davinci-sffsdr|hawkboard)" +COMPATIBLE_MACHINE = "hawkboard" -DEFAULT_PREFERENCE = "1" -DEFAULT_PREFERENCE_dm365 = "-1" +DEFAULT_PREFERENCE_hawkboard = "1" BRANCH = "master" @@ -14,36 +13,6 @@ SRC_URI_append = " file://defconfig " S = "${WORKDIR}/git" -# DaVinci DM3xx/DM6xxx -# dm355-evm/dm365-evm/dm6446-evm/dm6467-evm/dm6467t-evm Davinci PSP 03.01.00/03.02.00 (build r30) -# The main PR is now using MACHINE_KERNEL_PR, for davinci see conf/machine/include/davinci.inc - -ARAGO_DM_REV = "e87a8397d2830db11ce1518bd2abc4e8815763f1" -ARAGO_DM_PV = "2.6.31+2.6.32-rc2-${PR}+gitr${SRCREV}" -ARAGO_DM_BR = "r32" -ARAGO_DM_URI = "git://arago-project.org/git/projects/linux-davinci.git;protocol=git;branch=${BRANCH} " - -SRCREV_dm355 = ${ARAGO_DM_REV} -SRCREV_dm365 = ${ARAGO_DM_REV} -SRCREV_dm6446 = ${ARAGO_DM_REV} -SRCREV_dm6467 = ${ARAGO_DM_REV} - -PV_dm355 = ${ARAGO_DM_PV} -PV_dm365 = ${ARAGO_DM_PV} -PV_dm6446 = ${ARAGO_DM_PV} -PV_dm6467 = ${ARAGO_DM_PV} - -BRANCH_dm355 = ${ARAGO_DM_BR} -BRANCH_dm365 = ${ARAGO_DM_BR} -BRANCH_dm6446 = ${ARAGO_DM_BR} -BRANCH_dm6467 = ${ARAGO_DM_BR} - -SRC_URI_append_dm355 = ${ARAGO_DM_URI} -SRC_URI_append_dm365 = ${ARAGO_DM_URI} -SRC_URI_append_dm6446 = ${ARAGO_DM_URI} -SRC_URI_append_dm6467 = ${ARAGO_DM_URI} - - # The main PR is now using MACHINE_KERNEL_PR, for davinci see conf/machine/include/davinci.inc # OMAPL tracking master branch - PSP 3.20.00.12 @@ -53,17 +22,12 @@ ARAGO_L1_BR = "master" ARAGO_L1_PV = "2.6.32+2.6.33-rc4-${PR}+gitr${SRCREV}" ARAGO_L1_URI = "git://arago-project.org/git/projects/linux-omapl1.git;protocol=git;branch=${BRANCH} " -SRCREV_omapl137 = ${ARAGO_L1_REV} -SRCREV_omapl138 = ${ARAGO_L1_REV} SRCREV_hawkboard = ${ARAGO_L1_REV} -PV_omapl137 = ${ARAGO_L1_PV} PV_omapl138 = ${ARAGO_L1_PV} -BRANCH_omapl137 = ${ARAGO_L1_BR} BRANCH_omapl138 = ${ARAGO_L1_BR} -SRC_URI_append_omapl137 = ${ARAGO_L1_URI} SRC_URI_append_omapl138 = ${ARAGO_L1_URI} SRC_URI_append_omapl138 = " file://logo_linux_clut224.ppm \ @@ -82,10 +46,6 @@ SRC_URI_append_hawkboard = " \ file://0001-board-da850-hawk-Disable-NAND-SUBPAGE.patch \ " -do_configure_prepend_dm355-leopard() { - sed -i s:2138:1381:g ${S}/arch/arm/tools/mach-types -} - # Perf in 2.6.33rc has broken perl handling, so disable it do_compile_perf() { :