From cf8fe21bae27b464658e96d101841b482051517e Mon Sep 17 00:00:00 2001 From: Rahul Kumar Gupta Date: Fri, 11 Nov 2016 17:38:04 +0800 Subject: meta-isg/meta-mohonpeak: remove BSP layer The meta-mohonpeak BSP layer has removed. The plan is to consolidate all Intel SoC BSP into intel common BSP. Now Intel Common BSP can support all features provided by meta-mohonpeak with default kernel version, So this layer can be removed from meta-intel. It will use rmc-systemd-boot for it's custom features. Signed-off-by: Rahul Kumar Gupta Signed-off-by: Saul Wold --- meta-isg/meta-mohonpeak/conf/layer.conf | 12 ------------ .../meta-mohonpeak/conf/machine/mohonpeak32.conf | 22 ---------------------- .../meta-mohonpeak/conf/machine/mohonpeak64.conf | 22 ---------------------- 3 files changed, 56 deletions(-) delete mode 100644 meta-isg/meta-mohonpeak/conf/layer.conf delete mode 100644 meta-isg/meta-mohonpeak/conf/machine/mohonpeak32.conf delete mode 100644 meta-isg/meta-mohonpeak/conf/machine/mohonpeak64.conf (limited to 'meta-isg/meta-mohonpeak/conf') diff --git a/meta-isg/meta-mohonpeak/conf/layer.conf b/meta-isg/meta-mohonpeak/conf/layer.conf deleted file mode 100644 index 93ec112d..00000000 --- a/meta-isg/meta-mohonpeak/conf/layer.conf +++ /dev/null @@ -1,12 +0,0 @@ -# We have a conf and classes directory, add to BBPATH -BBPATH := "${BBPATH}:${LAYERDIR}" - -# We have a recipes directory, add to BBFILES -BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ - ${LAYERDIR}/recipes-*/*/*.bbappend" - -BBFILE_COLLECTIONS += "mohonpeak" -BBFILE_PATTERN_mohonpeak := "^${LAYERDIR}/" -BBFILE_PRIORITY_mohonpeak = "6" - -LAYERDEPENDS_mohonpeak = "intel" diff --git a/meta-isg/meta-mohonpeak/conf/machine/mohonpeak32.conf b/meta-isg/meta-mohonpeak/conf/machine/mohonpeak32.conf deleted file mode 100644 index afc933a1..00000000 --- a/meta-isg/meta-mohonpeak/conf/machine/mohonpeak32.conf +++ /dev/null @@ -1,22 +0,0 @@ -#@TYPE: Machine -#@NAME: mohonpeak 32bit - -#@DESCRIPTION: Machine configuration for Mohon Peak systems - -PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" -PREFERRED_VERSION_linux-yocto ?= "4.1%" - -require conf/machine/include/intel-core2-32-common.inc -require conf/machine/include/intel-common-pkgarch.inc -require conf/machine/include/meta-intel.inc - -XSERVER ?= "${XSERVER_X86_BASE} \ - ${XSERVER_X86_EXT} \ - ${XSERVER_X86_ASPEED_AST} \ - " - -MACHINE_FEATURES += "pcbios efi" - -SYSLINUX_OPTS = "serial 1 115200" -SERIAL_CONSOLE = "115200 ttyS1" -APPEND += "console=ttyS1,115200 console=tty1" diff --git a/meta-isg/meta-mohonpeak/conf/machine/mohonpeak64.conf b/meta-isg/meta-mohonpeak/conf/machine/mohonpeak64.conf deleted file mode 100644 index 4beab814..00000000 --- a/meta-isg/meta-mohonpeak/conf/machine/mohonpeak64.conf +++ /dev/null @@ -1,22 +0,0 @@ -#@TYPE: Machine -#@NAME: mohonpeak 64 bit - -#@DESCRIPTION: Machine configuration for Mohon Peak systems - -PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" -PREFERRED_VERSION_linux-yocto ?= "4.1%" - -require conf/machine/include/intel-corei7-64-common.inc -require conf/machine/include/intel-common-pkgarch.inc -require conf/machine/include/meta-intel.inc - -XSERVER ?= "${XSERVER_X86_BASE} \ - ${XSERVER_X86_EXT} \ - ${XSERVER_X86_ASPEED_AST} \ - " - -MACHINE_FEATURES += "pcbios efi" - -SYSLINUX_OPTS = "serial 1 115200" -SERIAL_CONSOLE = "115200 ttyS1" -APPEND += "console=ttyS1,115200 console=tty1" -- cgit v1.2.3-54-g00ecf