[oe-commits] Koen Kooi : omap3517-evm: omap3517 was the pre-production name, AM3517 is the production name, rename machine to avoid confusion

git version control git at git.openembedded.org
Fri Oct 30 10:56:58 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 966dfe4909dc9f80a9cb1bd99fbd7e95385b5672
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=966dfe4909dc9f80a9cb1bd99fbd7e95385b5672

Author: Koen Kooi <k-kooi at ti.com>
Date:   Thu Oct 29 14:52:47 2009 +0100

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 at ti.com>

---

 .../machine/{omap3517-evm.conf => am3517-evm.conf} |    2 ++
 contrib/angstrom/sort.sh                           |    2 +-
 recipes/clutter/clutter.inc                        |    2 +-
 .../{omap3517-evm => am3517-evm}/defconfig         |    0 
 .../{omap3517-evm => am3517-evm}/defconfig         |    0 
 recipes/linux/linux-omap-psp_2.6.29.bb             |    4 ++--
 recipes/linux/linux-omap-psp_2.6.31.bb             |    2 +-
 recipes/u-boot/u-boot_git.bb                       |    6 +++---
 recipes/x-load/x-load_1.41.bb                      |    2 +-
 recipes/x-load/x-load_git.bb                       |    4 ++--
 .../{omap3517-evm => am3517-evm}/xorg.conf         |    0 
 11 files changed, 13 insertions(+), 11 deletions(-)

diff --git a/conf/machine/omap3517-evm.conf b/conf/machine/am3517-evm.conf
similarity index 97%
rename from conf/machine/omap3517-evm.conf
rename to conf/machine/am3517-evm.conf
index 77ea280..f7a60b4 100644
--- a/conf/machine/omap3517-evm.conf
+++ b/conf/machine/am3517-evm.conf
@@ -15,6 +15,8 @@ GUI_MACHINE_CLASS = "smallscreen"
 
 require conf/machine/include/omap3.inc
 
+PACKAGE_EXTRA_ARCHS += "omap3517-evm"
+
 # Ship all kernel modules
 MACHINE_EXTRA_RRECOMMENDS = " omap3-sgx-modules kernel-modules"
 
diff --git a/contrib/angstrom/sort.sh b/contrib/angstrom/sort.sh
index c8b1d76..1e787a4 100755
--- a/contrib/angstrom/sort.sh
+++ b/contrib/angstrom/sort.sh
@@ -58,7 +58,7 @@ case "$arch" in
 	"armv7")
 			machines="" ;;
 	"armv7a")
-			machines="igep0020 omap3-touchbook beagleboard omap3evm omap3517-evm omap3-pandora omapzoom omapzoom2 overo" ;;
+			machines="igep0020 omap3-touchbook beagleboard omap3evm am3517-evm omap3517-evm omap3-pandora omapzoom omapzoom2 overo" ;;
 	"avr32")
 			machines="atngw100 at32stk1000" ;;
 	"bfin")
diff --git a/recipes/clutter/clutter.inc b/recipes/clutter/clutter.inc
index 705cece..55980ed 100644
--- a/recipes/clutter/clutter.inc
+++ b/recipes/clutter/clutter.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "Clutter graphics library"
 HOMEPAGE = "http://www.clutter-project.org/"
 LICENSE = "LGPL"
 
-COMPATIBLE_MACHINE = "(zylonite|mx31litekit|omap-3430ldp|omap-3430sdp|mx31ads|qemuarm|qemux86|ipodtouch|omap3517-evm|beagleboard|overo|omap3evm|omap5912osk)"
+COMPATIBLE_MACHINE = "(zylonite|mx31litekit|omap-3430ldp|omap-3430sdp|mx31ads|qemuarm|qemux86|ipodtouch|am3517-evm|beagleboard|overo|omap3evm|omap5912osk)"
 
 STDDEPENDS = "virtual/libx11 gtk-doc-native pango glib-2.0 libxfixes gtk+"
 BASE_CONF = "--disable-gtk-doc ${@get_clutter_fpu_setting(bb, d)}"
diff --git a/recipes/linux/linux-omap-psp-2.6.29/omap3517-evm/defconfig b/recipes/linux/linux-omap-psp-2.6.29/am3517-evm/defconfig
similarity index 100%
rename from recipes/linux/linux-omap-psp-2.6.29/omap3517-evm/defconfig
rename to recipes/linux/linux-omap-psp-2.6.29/am3517-evm/defconfig
diff --git a/recipes/linux/linux-omap-psp/omap3517-evm/defconfig b/recipes/linux/linux-omap-psp/am3517-evm/defconfig
similarity index 100%
rename from recipes/linux/linux-omap-psp/omap3517-evm/defconfig
rename to recipes/linux/linux-omap-psp/am3517-evm/defconfig
diff --git a/recipes/linux/linux-omap-psp_2.6.29.bb b/recipes/linux/linux-omap-psp_2.6.29.bb
index 4c213b1..2a2754e 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 \
 "
diff --git a/recipes/linux/linux-omap-psp_2.6.31.bb b/recipes/linux/linux-omap-psp_2.6.31.bb
index 6828d52..1e931e1 100644
--- a/recipes/linux/linux-omap-psp_2.6.31.bb
+++ b/recipes/linux/linux-omap-psp_2.6.31.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 = "9cf7a18fe227717dcc08163100dacd579de48e0c"
 
diff --git a/recipes/u-boot/u-boot_git.bb b/recipes/u-boot/u-boot_git.bb
index 3d067c9..15c3060 100644
--- a/recipes/u-boot/u-boot_git.bb
+++ b/recipes/u-boot/u-boot_git.bb
@@ -47,8 +47,8 @@ SRCREV_omap3evm = "2dea1db2a3b7c12ed70bbf8ee50755089c5e5170"
 PV_omap3evm = "2009.03+${PR}+gitr${SRCREV}"
 
 
-SRCREV_omap3517-evm = "e60beb13cf0"
-SRC_URI_append_omap3517-evm = " \
+SRCREV_am3517-evm = "e60beb13cf0"
+SRC_URI_append_am3517-evm = " \
 file://omap3evm/0001-Changes-for-making-a-NAND-build.patch;patch=1 \
 file://omap3evm/0002-Fix-for-NFS-boot-for-OMAP3-EVM.patch;patch=1 \
 file://omap3evm/0003-OMAP3-timer-handling-to-1ms-tick-and-CONFIG_SYS_HZ-t.patch;patch=1 \
@@ -66,7 +66,7 @@ file://omap3evm/0014-EMAC-driver-cleanup-removed-debug-prints.patch;patch=1 \
 file://omap3evm/0015-EMAC-driver-Check-for-link-status-in-packet-send-lo.patch;patch=1 \
 file://omap3evm/0016-Config-option-and-name-changed-to-omap3517_evm.patch;patch=1 \
 "
-PV_omap3517-evm = "2009.03+${PR}+gitr${SRCREV}"
+PV_am3517-evm = "2009.03+${PR}+gitr${SRCREV}"
 
 SRC_URI_omapzoom = "git://www.sakoman.net/git/u-boot-omap3.git;branch=omap3-dev;protocol=git"
 SRCREV_omapzoom = "d691b424f1f5bf7eea3a4131dfc578d272e8f335"
diff --git a/recipes/x-load/x-load_1.41.bb b/recipes/x-load/x-load_1.41.bb
index 0a38f5b..6995e66 100644
--- a/recipes/x-load/x-load_1.41.bb
+++ b/recipes/x-load/x-load_1.41.bb
@@ -1,6 +1,6 @@
 require x-load.inc
 
-COMPATIBLE_MACHINE = "omap3517-evm"
+COMPATIBLE_MACHINE = "am3517-evm"
 
 SRC_URI = "file://x-loader-03.00.00.01.tar.gz \
 file://0013-board.c-print-boot-method-mmc-onenand-nand.patch;patch=1 \
diff --git a/recipes/x-load/x-load_git.bb b/recipes/x-load/x-load_git.bb
index 3368fce..0e0e603 100644
--- a/recipes/x-load/x-load_git.bb
+++ b/recipes/x-load/x-load_git.bb
@@ -1,6 +1,6 @@
 require x-load.inc
 
-DEFAULT_PREFERENCE_omap3517-evm = "-1"
+DEFAULT_PREFERENCE_am3517-evm = "-1"
 DEFAULT_PREFERENCE_omap3-pandora = "-1"
 
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/x-load-git/${MACHINE}"
@@ -23,7 +23,7 @@ SRC_URI_append_omap3-touchbook = " \
                              "
 
 
-SRC_URI_append_omap3517-evm = " \
+SRC_URI_append_am3517-evm = " \
                                  file://xload-shiva.diff;patch=1 \
 "
 
diff --git a/recipes/xorg-xserver/xserver-xorg-conf/omap3517-evm/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/am3517-evm/xorg.conf
similarity index 100%
rename from recipes/xorg-xserver/xserver-xorg-conf/omap3517-evm/xorg.conf
rename to recipes/xorg-xserver/xserver-xorg-conf/am3517-evm/xorg.conf





More information about the Openembedded-commits mailing list