machines: oxe810 renamed to oxnas
authorssz <sledz@BFG9000.(none)>
Mon, 9 Feb 2009 08:45:51 +0000 (09:45 +0100)
committerssz <sledz@BFG9000.(none)>
Mon, 9 Feb 2009 08:45:51 +0000 (09:45 +0100)
- 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/oxnas.conf [moved from conf/machine/oxe810.conf with 100% similarity]
packages/linux/linux-2.6.24/oxnas/defconfig [moved from packages/linux/linux-2.6.24/oxe810/defconfig with 100% similarity]
packages/linux/linux-2.6.24/oxnas/oxnas.diff [moved from packages/linux/linux-2.6.24/oxe810/oxe810.diff with 100% similarity]
packages/linux/linux_2.6.24.bb
packages/u-boot/u-boot-1.1.2/oxnas.patch [moved from packages/u-boot/u-boot-1.1.2/oxe810.patch with 100% similarity]
packages/u-boot/u-boot_1.1.2.bb

index d7b9abf..a70376c 100644 (file)
@@ -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"
index 1afb3ee..c83e31f 100644 (file)
@@ -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