[linux-yocto] [PATCH 3/5] meta: crystalforest: removed using of common-pc-64.scc

wei.sern.chan at intel.com wei.sern.chan at intel.com
Mon May 12 15:20:56 PDT 2014


From: Sreeju Slevaraj <sreeju.armughanx.selvaraj at intel.com>

Removed using of bsp/common-pc-64/common-pc-64.scc from
crystalforest-preempt-rt.scc and crystalforeset-standard.scc.
Added ktypes/standard/standard.scc for crystalforest-standard.scc.
This is because we are migrating the BSP to use intel-common.

Signed-off-by: Sreeju Slevaraj <sreeju.armughanx.selvaraj at intel.com>
Signed-off-by: Chan Wei Sern <wei.sern.chan at intel.com>
---
 .../cfg/kernel-cache/bsp/crystalforest/crystalforest-preempt-rt.scc |    1 -
 meta/cfg/kernel-cache/bsp/crystalforest/crystalforest-standard.scc  |    3 +--
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/meta/cfg/kernel-cache/bsp/crystalforest/crystalforest-preempt-rt.scc b/meta/cfg/kernel-cache/bsp/crystalforest/crystalforest-preempt-rt.scc
index cd6bfde..2cef533 100644
--- a/meta/cfg/kernel-cache/bsp/crystalforest/crystalforest-preempt-rt.scc
+++ b/meta/cfg/kernel-cache/bsp/crystalforest/crystalforest-preempt-rt.scc
@@ -4,7 +4,6 @@ define KARCH x86_64
 
 # no new branch required, re-use the ktypes/preempt-rt/preempt-rt.scc branch
 include ktypes/preempt-rt/preempt-rt.scc
-include bsp/common-pc-64/common-pc-64.scc
 
 include crystalforest.scc
 
diff --git a/meta/cfg/kernel-cache/bsp/crystalforest/crystalforest-standard.scc b/meta/cfg/kernel-cache/bsp/crystalforest/crystalforest-standard.scc
index c3b416c..bfd8359 100644
--- a/meta/cfg/kernel-cache/bsp/crystalforest/crystalforest-standard.scc
+++ b/meta/cfg/kernel-cache/bsp/crystalforest/crystalforest-standard.scc
@@ -2,8 +2,7 @@ define KMACHINE crystalforest
 define KTYPE standard
 define KARCH x86_64
 
-include bsp/common-pc-64/common-pc-64-standard.scc
-branch crystalforest
+include ktypes/standard/standard.scc
 
 include crystalforest.scc
 
-- 
1.7.10.4



More information about the linux-yocto mailing list