summaryrefslogtreecommitdiffstats
path: root/meta-emenlow
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2015-08-25 16:39:01 -0700
committerSaul Wold <sgw@linux.intel.com>2015-08-28 14:25:29 -0700
commit4172351baa285b83eb54d54368fe2f037c48159b (patch)
treec2c1991e05b0260615b83abf59acee81a534ec10 /meta-emenlow
parent44df7ddf395f82c28c494b92fb3f627f81e2e627 (diff)
downloadmeta-intel-4172351baa285b83eb54d54368fe2f037c48159b.tar.gz
Remove older platform specific BSPs
The intel-core* BSPs supercede these older BSPs therefore it's time to remove these older platform specific bsps. Bump LAYERVERSION to 3 to allow the Autobuilder to know that these BSPs have been removed. Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta-emenlow')
-rw-r--r--meta-emenlow/COPYING.MIT17
-rw-r--r--meta-emenlow/README148
-rw-r--r--meta-emenlow/README.sources17
-rw-r--r--meta-emenlow/binary/.gitignore0
-rw-r--r--meta-emenlow/conf/layer.conf12
-rw-r--r--meta-emenlow/conf/machine/emenlow-noemgd.conf20
-rw-r--r--meta-emenlow/recipes-bsp/formfactor/formfactor/emenlow-noemgd/machconfig3
-rw-r--r--meta-emenlow/recipes-bsp/formfactor/formfactor_0.0.bbappend1
-rw-r--r--meta-emenlow/recipes-graphics/xorg-xserver/xserver-xf86-config/emenlow-noemgd/xorg.conf22
-rw-r--r--meta-emenlow/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend3
-rw-r--r--meta-emenlow/recipes-kernel/linux/linux-yocto-dev.bbappend10
-rw-r--r--meta-emenlow/recipes-kernel/linux/linux-yocto_3.14.bbappend10
12 files changed, 0 insertions, 263 deletions
diff --git a/meta-emenlow/COPYING.MIT b/meta-emenlow/COPYING.MIT
deleted file mode 100644
index fb950dc6..00000000
--- a/meta-emenlow/COPYING.MIT
+++ /dev/null
@@ -1,17 +0,0 @@
1Permission is hereby granted, free of charge, to any person obtaining a copy
2of this software and associated documentation files (the "Software"), to deal
3in the Software without restriction, including without limitation the rights
4to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5copies of the Software, and to permit persons to whom the Software is
6furnished to do so, subject to the following conditions:
7
8The above copyright notice and this permission notice shall be included in
9all copies or substantial portions of the Software.
10
11THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
12IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
13FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
14AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
15LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
16OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
17THE SOFTWARE.
diff --git a/meta-emenlow/README b/meta-emenlow/README
deleted file mode 100644
index eccc9f33..00000000
--- a/meta-emenlow/README
+++ /dev/null
@@ -1,148 +0,0 @@
1This README file contains information on building the meta-emenlow
2BSP layer using any of the supported machine configurations, and
3booting the images contained in the /binary directory.
4
5The 'eMenlow' platform consists of the Intel Atom Z5xx processor,
6plus the Intel US15W System Controller Hub.
7
8Further information on the platform supported by this BSP can be
9found here:
10
11 http://www.portwell.com/products/detail.asp?CUSTCHAR1=WEBS-2120
12
13Information on all IntelĀ® embedded platforms can be found here:
14
15 http://www.intel.com/p/en_US/embedded/hwsw/hardware
16
17If you're only interested in booting the images in the /binary
18directory of a BSP tarball you've downloaded, there's nothing special
19to do - the appropriate images are already in the /binary directory
20depending on which BSP tarball you downloaded.
21
22Please see the corresponding sections below for details.
23
24
25Yocto Project Compatible
26========================
27
28This BSP is compatible with the Yocto Project as per the requirements
29listed here:
30
31 https://www.yoctoproject.org/webform/yocto-project-compatible-registration
32
33
34Dependencies
35============
36
37This layer depends on:
38
39 URI: git://git.openembedded.org/bitbake
40 branch: master
41
42 URI: git://git.openembedded.org/openembedded-core
43 layers: meta
44 branch: master
45
46 URI: git://git.yoctoproject.org/meta-intel
47 layers: intel
48 branch: master
49
50
51Patches
52=======
53
54Please submit any patches against this BSP to the meta-intel mailing list
55(meta-intel@yoctoproject.org) and cc: the maintainer:
56
57Maintainer: Saul Wold <sgw@linux.intel.com>
58
59Please see the meta-intel/MAINTAINERS file for more details.
60
61
62Table of Contents
63=================
64
65 I. Building the meta-emenlow BSP layer
66II. Booting the images in /binary
67
68
69I. Building the meta-emenlow BSP layer
70=======================================
71
72In order to build an image with BSP support for a given release, you
73need to download the corresponding BSP tarball from the 'Board Support
74Package (BSP) Downloads' page of the Yocto Project website.
75
76Having done that, and assuming you extracted the BSP tarball contents
77at the top-level of your yocto build tree, you can build an emenlow
78image by adding the location of the meta-emenlow layer to
79bblayers.conf, along with the meta-intel layer itself (to access
80common metadata shared between BSPs) e.g.:
81
82 yocto/meta-intel \
83 yocto/meta-intel/meta-emenlow \
84
85The meta-emenlow layer contains support for emenlow-noemgd machine
86configuration. The previously supported emenlow machine with the
87proprietary EMGD graphics driver has been retired. The 'emenlow-noemgd'
88machine configuration uses the open source 'gma500' kernel DRM driver
89along with the 'modesetting' X driver.
90
91To enable the layer add the following to the local.conf file:
92
93 MACHINE ?= "emenlow-noemgd"
94
95You should then be able to build an emenlow image as such:
96
97 $ source oe-init-build-env
98 $ bitbake core-image-sato
99
100At the end of a successful build, you should have a live image that
101you can boot from a USB flash drive (see instructions on how to do
102that below, in the section 'Booting the images from /binary').
103
104As an alternative to downloading the BSP tarball, you can also work
105directly from the meta-intel git repository. For each BSP in the
106'meta-intel' repository, there are multiple branches, one
107corresponding to each major release starting with 'laverne' (0.90), in
108addition to the latest code which tracks the current master (note that
109not all BSPs are present in every release). Instead of extracting a
110BSP tarball at the top level of your yocto build tree, you can
111equivalently check out the appropriate branch from the meta-intel
112repository at the same location.
113
114
115II. Booting the images in /binary
116=================================
117
118This BSP contains bootable live images, which can be used to directly
119boot Yocto off of a USB flash drive.
120
121Under Linux, insert a USB flash drive. Assuming the USB flash drive
122takes device /dev/sdf, use dd to copy the live image to it. For
123example:
124
125# dd if=core-image-sato-emenlow-noemgd.hddimg of=/dev/sdf
126# sync
127# eject /dev/sdf
128
129This should give you a bootable USB flash device. Insert the device
130into a bootable USB socket on the target, and power on. This should
131result in a system booted to the Sato graphical desktop.
132
133If you want a terminal, use the arrows at the top of the UI to move to
134different pages of available applications, one of which is named
135'Terminal'. Clicking that should give you a root terminal.
136
137If you want to ssh into the system, you can use the root terminal to
138ifconfig the IP address and use that to ssh in. The root password is
139empty, so to log in type 'root' for the user name and hit 'Enter' at
140the Password prompt: and you should be in.
141
142----
143
144If you find you're getting corrupt images on the USB (it doesn't show
145the syslinux boot: prompt, or the boot: prompt contains strange
146characters), try doing this first:
147
148# dd if=/dev/zero of=/dev/sdf bs=1M count=512
diff --git a/meta-emenlow/README.sources b/meta-emenlow/README.sources
deleted file mode 100644
index 0d4d849a..00000000
--- a/meta-emenlow/README.sources
+++ /dev/null
@@ -1,17 +0,0 @@
1The sources for the packages comprising the images shipped with this
2BSP can be found at the following location:
3
4http://downloads.yoctoproject.org/mirror/sources/
5
6The metadata used to generate the images shipped with this BSP, in
7addition to the code contained in this BSP, can be found at the
8following location:
9
10http://downloads.yoctoproject.org/releases/yocto/yocto-1.3/poky-danny-8.0.tar.bz2
11
12The metadata used to generate the images shipped with this BSP, in
13addition to the code contained in this BSP, can also be found at the
14following locations:
15
16git://git.yoctoproject.org/poky.git
17git://git.yoctoproject.org/meta-intel
diff --git a/meta-emenlow/binary/.gitignore b/meta-emenlow/binary/.gitignore
deleted file mode 100644
index e69de29b..00000000
--- a/meta-emenlow/binary/.gitignore
+++ /dev/null
diff --git a/meta-emenlow/conf/layer.conf b/meta-emenlow/conf/layer.conf
deleted file mode 100644
index b5832e4f..00000000
--- a/meta-emenlow/conf/layer.conf
+++ /dev/null
@@ -1,12 +0,0 @@
1# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "emenlow"
9BBFILE_PATTERN_emenlow := "^${LAYERDIR}/"
10BBFILE_PRIORITY_emenlow = "6"
11
12LAYERDEPENDS_emenlow = "intel"
diff --git a/meta-emenlow/conf/machine/emenlow-noemgd.conf b/meta-emenlow/conf/machine/emenlow-noemgd.conf
deleted file mode 100644
index 0a92845c..00000000
--- a/meta-emenlow/conf/machine/emenlow-noemgd.conf
+++ /dev/null
@@ -1,20 +0,0 @@
1#@TYPE: Machine
2#@NAME: emenlow-noemgd
3
4#@WEBTITLE: Intel Atom Z5xx Processor With Intel US15W Controller Hub (eMenlow) with open source graphics
5
6#@DESCRIPTION: Machine configuration for eMenlow based systems, like the Webs-2120 box, without the Intel-proprietary graphics bits
7
8PREFERRED_VERSION_linux-yocto ?= "3.19%"
9
10require conf/machine/include/intel-core2-32-common.inc
11require conf/machine/include/intel-common-pkgarch.inc
12require conf/machine/include/meta-intel.inc
13
14MACHINE_FEATURES += "intel-ucode"
15
16XSERVER ?= "${XSERVER_X86_BASE} \
17 ${XSERVER_X86_EXT} \
18 ${XSERVER_X86_MODESETTING} \
19 "
20APPEND += "reboot=pci"
diff --git a/meta-emenlow/recipes-bsp/formfactor/formfactor/emenlow-noemgd/machconfig b/meta-emenlow/recipes-bsp/formfactor/formfactor/emenlow-noemgd/machconfig
deleted file mode 100644
index ffce0122..00000000
--- a/meta-emenlow/recipes-bsp/formfactor/formfactor/emenlow-noemgd/machconfig
+++ /dev/null
@@ -1,3 +0,0 @@
1# Assume a USB mouse and keyboard are connected
2HAVE_TOUCHSCREEN=0
3HAVE_KEYBOARD=1
diff --git a/meta-emenlow/recipes-bsp/formfactor/formfactor_0.0.bbappend b/meta-emenlow/recipes-bsp/formfactor/formfactor_0.0.bbappend
deleted file mode 100644
index 72d991c7..00000000
--- a/meta-emenlow/recipes-bsp/formfactor/formfactor_0.0.bbappend
+++ /dev/null
@@ -1 +0,0 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
diff --git a/meta-emenlow/recipes-graphics/xorg-xserver/xserver-xf86-config/emenlow-noemgd/xorg.conf b/meta-emenlow/recipes-graphics/xorg-xserver/xserver-xf86-config/emenlow-noemgd/xorg.conf
deleted file mode 100644
index 3316e541..00000000
--- a/meta-emenlow/recipes-graphics/xorg-xserver/xserver-xf86-config/emenlow-noemgd/xorg.conf
+++ /dev/null
@@ -1,22 +0,0 @@
1Section "Device"
2 Identifier "gma500"
3 Driver "modesetting"
4 Option "SWCursor" "ON"
5EndSection
6
7Section "Monitor"
8 Identifier "Generic Monitor"
9 Option "DPMS"
10EndSection
11
12Section "Screen"
13 Identifier "Default Screen"
14 Device "gma500"
15 Monitor "Generic Monitor"
16 DefaultDepth 24
17EndSection
18
19Section "ServerLayout"
20 Identifier "Default Layout"
21 Screen "Default Screen"
22EndSection
diff --git a/meta-emenlow/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend b/meta-emenlow/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
deleted file mode 100644
index e6c4c7ec..00000000
--- a/meta-emenlow/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
+++ /dev/null
@@ -1,3 +0,0 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2
3PR := "${PR}.2"
diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto-dev.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto-dev.bbappend
deleted file mode 100644
index 61aed2f4..00000000
--- a/meta-emenlow/recipes-kernel/linux/linux-yocto-dev.bbappend
+++ /dev/null
@@ -1,10 +0,0 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2
3COMPATIBLE_MACHINE_emenlow-noemgd = "emenlow-noemgd"
4KMACHINE_emenlow-noemgd = "emenlow"
5KBRANCH_emenlow-noemgd = "standard/emenlow"
6KERNEL_FEATURES_append_emenlow-noemgd = " features/drm-gma500/drm-gma500"
7
8# NOTE: We do not set SRCREVs here as -dev is intended to be built with AUTOREV
9# and setting them here breaks the default mechanism to use AUTOREV if the
10# default SRCREV is set and linux-yocto-dev is the preferred provider.
diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.14.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.14.bbappend
deleted file mode 100644
index a2b8d67c..00000000
--- a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.14.bbappend
+++ /dev/null
@@ -1,10 +0,0 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2
3COMPATIBLE_MACHINE_emenlow-noemgd = "emenlow-noemgd"
4KMACHINE_emenlow-noemgd = "emenlow"
5KBRANCH_emenlow-noemgd = "standard/base"
6KERNEL_FEATURES_append_emenlow-noemgd = " features/drm-gma500/drm-gma500"
7
8LINUX_VERSION_emenlow-noemgd = "3.14.36"
9SRCREV_machine_emenlow-noemgd = "4434aa71ff7043c570f9eae493df1ccadbda9b85"
10SRCREV_meta_emenlow-noemgd = "c33d39561807e1073ca412f1c771f43e4da75994"