templates: rename hpsa to hosts-ia
authorJackie Huang <jackie.huang@windriver.com>
Wed, 14 Aug 2019 06:23:42 +0000 (14:23 +0800)
committerJackie Huang <jackie.huang@windriver.com>
Thu, 10 Oct 2019 02:26:56 +0000 (10:26 +0800)
Issue-ID: INF-4
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I727c00c184424e0b98672f70d4f379e060247271

meta-oran/templates/default/require
meta-oran/templates/feature/hosts-ia/README [new file with mode: 0644]
meta-oran/templates/feature/hosts-ia/files/hpsa.cfg [moved from meta-oran/templates/feature/hpsa/files/hpsa.cfg with 90% similarity]
meta-oran/templates/feature/hosts-ia/files/other_drivers.cfg [moved from meta-oran/templates/feature/hpsa/files/other_drivers.cfg with 99% similarity]
meta-oran/templates/feature/hosts-ia/template.conf [new file with mode: 0644]
meta-oran/templates/feature/hpsa/README [deleted file]
meta-oran/templates/feature/hpsa/template.conf [deleted file]

index 8f07369..db29db8 100644 (file)
@@ -1,5 +1,4 @@
-feature/host-rt-tune
-feature/hpsa
+feature/hosts-ia
 feature/kvm
 feature/kubernetes
 feature/self-hosted
diff --git a/meta-oran/templates/feature/hosts-ia/README b/meta-oran/templates/feature/hosts-ia/README
new file mode 100644 (file)
index 0000000..432eba4
--- /dev/null
@@ -0,0 +1,4 @@
+This is a template for performace tunning of wrlinux preempt-rt kernel.
+
+* Tested server:
+  - HP DL380P
@@ -1,5 +1,3 @@
-# referenc: http://lxgit.wrs.com/cgit/kernel-cache/tree/features/wr-hp-support?h=WRLINUX_7_0_HEAD
-
 # for HP Smart Array
 CONFIG_SCSI_HPSA=y
 
diff --git a/meta-oran/templates/feature/hosts-ia/template.conf b/meta-oran/templates/feature/hosts-ia/template.conf
new file mode 100644 (file)
index 0000000..50d5e7e
--- /dev/null
@@ -0,0 +1,9 @@
+#
+# Template to enable support for IA hosts
+#
+
+EXTRA_KERNEL_FILES =. "${TEMPLATES_PATH}/feature/hosts-ia/files:"
+EXTRA_KERNEL_SRC_URI += " \
+    file://hpsa.cfg \
+    file://other_drivers.cfg \
+"
diff --git a/meta-oran/templates/feature/hpsa/README b/meta-oran/templates/feature/hpsa/README
deleted file mode 100644 (file)
index 505bf4c..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-This is a temporary template for testing the low latency performace
-of wrlinux preempt-rt kernel.
-
-* The test will be ran on HP DL380P server, so hpsa driver is needed
diff --git a/meta-oran/templates/feature/hpsa/template.conf b/meta-oran/templates/feature/hpsa/template.conf
deleted file mode 100644 (file)
index 97a0743..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#
-# Template to enable HPSA support
-#
-
-
-EXTRA_KERNEL_FILES =. "${TEMPLATES_PATH}/feature/hpsa/files:"
-EXTRA_KERNEL_SRC_URI += " \
-    file://hpsa.cfg \
-    file://other_drivers.cfg \
-"