diff options
author | Koen Kooi <k-kooi@ti.com> | 2009-10-29 14:52:47 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-10-29 15:25:38 +0100 |
commit | 966dfe4909dc9f80a9cb1bd99fbd7e95385b5672 (patch) | |
tree | 1dd7b77fea02cb4020261dc79fd88b089f104d1e /recipes/linux/linux-omap-psp_2.6.29.bb | |
parent | 9fb659d8942064798eae9fdccc776923b8617760 (diff) |
omap3517-evm: omap3517 was the pre-production name, AM3517 is the production name, rename machine to avoid confusion
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/linux/linux-omap-psp_2.6.29.bb')
-rw-r--r-- | recipes/linux/linux-omap-psp_2.6.29.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/linux/linux-omap-psp_2.6.29.bb b/recipes/linux/linux-omap-psp_2.6.29.bb index 4c213b1dd1..2a2754eb13 100644 --- a/recipes/linux/linux-omap-psp_2.6.29.bb +++ b/recipes/linux/linux-omap-psp_2.6.29.bb @@ -3,7 +3,7 @@ require linux.inc DESCRIPTION = "Linux kernel for OMAP processors" KERNEL_IMAGETYPE = "uImage" -COMPATIBLE_MACHINE = "omap3evm|omap3517-evm" +COMPATIBLE_MACHINE = "omap3evm|am3517-evm" SRCREV = "9abb6eb717acbca192ab251a056e3a66b2b47884" @@ -16,7 +16,7 @@ SRC_URI = "git://arago-project.org/git/people/sriram/ti-psp-omap.git;protocol=gi S = "${WORKDIR}/git" -SRC_URI_append_omap3517-evm = " \ +SRC_URI_append_am3517-evm = " \ file://shiva-bits.diff;patch=1 \ file://shiva-ehci.diff;patch=1 \ " |