[oe-commits] Koen Kooi : linux-davinci git: add hack for hawkboard machine ID

git version control git at git.openembedded.org
Sun Feb 7 16:08:57 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 0b03d9df4682e90accb7400ae67bf93c99328433
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0b03d9df4682e90accb7400ae67bf93c99328433

Author: Koen Kooi <k-kooi at ti.com>
Date:   Thu Jan 21 19:01:14 2010 +0000

linux-davinci git: add hack for hawkboard machine ID

Signed-off-by: Koen Kooi <k-kooi at ti.com>

---

 recipes/linux/linux-davinci_git.bb |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/recipes/linux/linux-davinci_git.bb b/recipes/linux/linux-davinci_git.bb
index 9c8d4ab..a10e06c 100644
--- a/recipes/linux/linux-davinci_git.bb
+++ b/recipes/linux/linux-davinci_git.bb
@@ -74,3 +74,10 @@ SRC_URI_append_da850-omapl138-evm = "file://logo_linux_clut224.ppm \
 SRC_URI_append_hawkboard          = "file://logo_linux_clut224.ppm \
                                      file://da850_omapl138_opp456mhz.patch;patch=1 \
                                      file://patch_hawk.diff;patch=1"
+
+
+do_configure_prepend_hawkboard() {
+	sed -i s:2157:2495:g ${S}/arch/arm/tools/mach-types
+}
+
+





More information about the Openembedded-commits mailing list