[oe-commits] ssz : machines: oxe810 renamed to oxnas

GIT User account git at amethyst.openembedded.net
Mon Feb 9 08:49:43 UTC 2009


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

Author: ssz <sledz at BFG9000.(none)>
Date:   Mon Feb  9 09:45:51 2009 +0100

machines: oxe810 renamed to oxnas
- avoid future confusions (oxe810 is just the processor, oxnas is the
  official name of the device)
- affects machine conf, linux kernel, and u-boot

---

 conf/machine/{oxe810.conf => oxnas.conf}           |    0 
 .../linux/linux-2.6.24/{oxe810 => oxnas}/defconfig |    0 
 .../{oxe810/oxe810.diff => oxnas/oxnas.diff}       |    0 
 packages/linux/linux_2.6.24.bb                     |    8 ++++----
 .../u-boot-1.1.2/{oxe810.patch => oxnas.patch}     |    0 
 packages/u-boot/u-boot_1.1.2.bb                    |    4 ++--
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/conf/machine/oxe810.conf b/conf/machine/oxnas.conf
similarity index 100%
rename from conf/machine/oxe810.conf
rename to conf/machine/oxnas.conf
diff --git a/packages/linux/linux-2.6.24/oxe810/defconfig b/packages/linux/linux-2.6.24/oxnas/defconfig
similarity index 100%
rename from packages/linux/linux-2.6.24/oxe810/defconfig
rename to packages/linux/linux-2.6.24/oxnas/defconfig
diff --git a/packages/linux/linux-2.6.24/oxe810/oxe810.diff b/packages/linux/linux-2.6.24/oxnas/oxnas.diff
similarity index 100%
rename from packages/linux/linux-2.6.24/oxe810/oxe810.diff
rename to packages/linux/linux-2.6.24/oxnas/oxnas.diff
diff --git a/packages/linux/linux_2.6.24.bb b/packages/linux/linux_2.6.24.bb
index d7b9abf..a70376c 100644
--- a/packages/linux/linux_2.6.24.bb
+++ b/packages/linux/linux_2.6.24.bb
@@ -8,10 +8,10 @@ DEFAULT_PREFERENCE_simpad = "1"
 DEFAULT_PREFERENCE_atngw100 = "1"
 DEFAULT_PREFERENCE_at32stk1000 = "1"
 DEFAULT_PREFERENCE_ts72xx = "1"
-DEFAULT_PREFERENCE_oxe810 = "1"
+DEFAULT_PREFERENCE_oxnas = "1"
 DEFAULT_PREFERENCE_cs-e9302 = "1"
 
-PR = "r18"
+PR = "r19"
 
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.24.tar.bz2 \
            http://kamikaze.waninkoko.info/patches/2.6.24/kamikaze1/broken-out/squashfs-lzma-2.6.24.patch;patch=1 \
@@ -84,8 +84,8 @@ SRC_URI_append_ts72xx = "\
 	file://ts72xx-use-cpld-reset.patch;patch=1 \
 	file://ts72xx-rs485.patch;patch=1"
 
-SRC_URI_append_oxe810 = " \
-	file://oxe810.diff;patch=1 \
+SRC_URI_append_oxnas = " \
+	file://oxnas.diff;patch=1 \
 	"
 
 CMDLINE_cm-x270 = "console=${CMX270_CONSOLE_SERIAL_PORT},38400 monitor=1 mem=64M mtdparts=physmap-flash.0:256k(boot)ro,0x180000(kernel),-(root);cm-x270-nand:64m(app),-(data) rdinit=/sbin/init root=mtd3 rootfstype=jffs2"
diff --git a/packages/u-boot/u-boot-1.1.2/oxe810.patch b/packages/u-boot/u-boot-1.1.2/oxnas.patch
similarity index 100%
rename from packages/u-boot/u-boot-1.1.2/oxe810.patch
rename to packages/u-boot/u-boot-1.1.2/oxnas.patch
diff --git a/packages/u-boot/u-boot_1.1.2.bb b/packages/u-boot/u-boot_1.1.2.bb
index 1afb3ee..c83e31f 100644
--- a/packages/u-boot/u-boot_1.1.2.bb
+++ b/packages/u-boot/u-boot_1.1.2.bb
@@ -13,7 +13,7 @@ SRC_URI_append_mnci   = "file://mnci.patch;patch=1 \
                          file://command-names.patch;patch=1"
 
 SRC_URI_append_magicbox  = "file://u-boot-emetec.patch;patch=1 "
-SRC_URI_append_oxe810  = "file://oxe810.patch;patch=1 "
+SRC_URI_append_oxnas     = "file://oxnas.patch;patch=1 "
 
 
 # TODO: SRC_URI_append_rt3000
@@ -23,7 +23,7 @@ TARGET_LDFLAGS = ""
 UBOOT_MACHINE_mnci   = "mnci_config"
 UBOOT_MACHINE_vibren = "pxa255_idp_config"
 UBOOT_MACHINE_magicbox = "EMETEC405_config"
-UBOOT_MACHINE_oxe810 = "oxnas_config"
+UBOOT_MACHINE_oxnas  = "oxnas_config"
 
 inherit base
 





More information about the Openembedded-commits mailing list