[meta-lsi] [PATCH 03/86] conf/machine: Rename machine lsisim to axm5500sim

Daniel Dragomir daniel.dragomir at windriver.com
Wed Oct 29 08:35:11 PDT 2014


From: Paul Butler <paul.butler at windriver.com>

Signed-off-by: Paul Butler <paul.butler at windriver.com>
---
 conf/machine/axm5500sim.conf | 18 ++++++++++++++++++
 conf/machine/lsisim.conf     | 18 ------------------
 2 files changed, 18 insertions(+), 18 deletions(-)
 create mode 100644 conf/machine/axm5500sim.conf
 delete mode 100644 conf/machine/lsisim.conf

diff --git a/conf/machine/axm5500sim.conf b/conf/machine/axm5500sim.conf
new file mode 100644
index 0000000..94a3512
--- /dev/null
+++ b/conf/machine/axm5500sim.conf
@@ -0,0 +1,18 @@
+#@TYPE: Machine
+#@NAME: lsisim
+#@DESCRIPTION: Machine configuration for LSI simulator systems
+
+PREFERRED_VERSION_linux-yocto ?= "3.4%"
+PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
+
+MACHINE_FEATURES += ""
+
+MACHINE_EXTRA_RRECOMMENDS += ""
+
+require conf/machine/include/tune-cortexa15.inc
+
+KERNEL_IMAGETYPE = "zImage"
+UBOOT_ENTRYPOINT = "0x400000"
+KEEPUIMAGE = "no"
+
+SERIAL_CONSOLE = "9600 ttyAMA0"
diff --git a/conf/machine/lsisim.conf b/conf/machine/lsisim.conf
deleted file mode 100644
index 94a3512..0000000
--- a/conf/machine/lsisim.conf
+++ /dev/null
@@ -1,18 +0,0 @@
-#@TYPE: Machine
-#@NAME: lsisim
-#@DESCRIPTION: Machine configuration for LSI simulator systems
-
-PREFERRED_VERSION_linux-yocto ?= "3.4%"
-PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
-
-MACHINE_FEATURES += ""
-
-MACHINE_EXTRA_RRECOMMENDS += ""
-
-require conf/machine/include/tune-cortexa15.inc
-
-KERNEL_IMAGETYPE = "zImage"
-UBOOT_ENTRYPOINT = "0x400000"
-KEEPUIMAGE = "no"
-
-SERIAL_CONSOLE = "9600 ttyAMA0"
-- 
1.8.1.4



More information about the meta-lsi mailing list