diff options
42 files changed, 4 insertions, 1563 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 0c868f22..b7cd2a3d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
| @@ -27,10 +27,6 @@ Please keep this list in alphabetical order. | |||
| 27 | Maintainers List (try to look for most precise areas first) | 27 | Maintainers List (try to look for most precise areas first) |
| 28 | 28 | ||
| 29 | ----------------------------------- | 29 | ----------------------------------- |
| 30 | CHIEFRIVER | ||
| 31 | M: Nitin A Kamble<nitin.a.kamble@intel.com> | ||
| 32 | F: meta-chiefriver/ | ||
| 33 | |||
| 34 | COMMON | 30 | COMMON |
| 35 | M: Nitin A Kamble<nitin.a.kamble@intel.com> | 31 | M: Nitin A Kamble<nitin.a.kamble@intel.com> |
| 36 | F: common/ | 32 | F: common/ |
| @@ -55,10 +51,6 @@ JASPERFOREST | |||
| 55 | M: Nitin A Kamble<nitin.a.kamble@intel.com> | 51 | M: Nitin A Kamble<nitin.a.kamble@intel.com> |
| 56 | F: meta-jasperforest/ | 52 | F: meta-jasperforest/ |
| 57 | 53 | ||
| 58 | N450 | ||
| 59 | M: Darren Hart <dvhart@linux.intel.com> | ||
| 60 | F: meta-n450/ | ||
| 61 | |||
| 62 | ROMLEY | 54 | ROMLEY |
| 63 | M: Haw Foo Chien <foo.chien.haw@intel.com> | 55 | M: Haw Foo Chien <foo.chien.haw@intel.com> |
| 64 | F: meta-romley/ | 56 | F: meta-romley/ |
| @@ -67,10 +59,6 @@ SUGARBAY | |||
| 67 | M: Nitin A Kamble <nitin.a.kamble@intel.com> | 59 | M: Nitin A Kamble <nitin.a.kamble@intel.com> |
| 68 | F: meta-sugarbay/ | 60 | F: meta-sugarbay/ |
| 69 | 61 | ||
| 70 | SYS940X | ||
| 71 | M: Darren Hart <dvhart@linux.intel.com> | ||
| 72 | F: meta-sys940x/ | ||
| 73 | |||
| 74 | TLK | 62 | TLK |
| 75 | M: Saul Wold <saul.wold@intel.com> | 63 | M: Saul Wold <saul.wold@intel.com> |
| 76 | F: meta-tlk/ | 64 | F: meta-tlk/ |
diff --git a/conf/layer.conf b/conf/layer.conf index 31132ab0..cd1f2430 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
| @@ -11,3 +11,7 @@ BBFILE_PRIORITY_intel = "5" | |||
| 11 | 11 | ||
| 12 | # Additional license directories. | 12 | # Additional license directories. |
| 13 | LICENSE_PATH += "${LAYERDIR}/common/custom-licenses" | 13 | LICENSE_PATH += "${LAYERDIR}/common/custom-licenses" |
| 14 | |||
| 15 | # This should only be incremented on significant changes that will | ||
| 16 | # cause compatibility issues with other layers | ||
| 17 | LAYERVERSION_intel = "1" | ||
diff --git a/meta-chiefriver/COPYING.MIT b/meta-chiefriver/COPYING.MIT deleted file mode 100644 index fb950dc6..00000000 --- a/meta-chiefriver/COPYING.MIT +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| 2 | of this software and associated documentation files (the "Software"), to deal | ||
| 3 | in the Software without restriction, including without limitation the rights | ||
| 4 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| 5 | copies of the Software, and to permit persons to whom the Software is | ||
| 6 | furnished to do so, subject to the following conditions: | ||
| 7 | |||
| 8 | The above copyright notice and this permission notice shall be included in | ||
| 9 | all copies or substantial portions of the Software. | ||
| 10 | |||
| 11 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| 12 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| 13 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| 14 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| 15 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| 16 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
| 17 | THE SOFTWARE. | ||
diff --git a/meta-chiefriver/README b/meta-chiefriver/README deleted file mode 100644 index f846be6b..00000000 --- a/meta-chiefriver/README +++ /dev/null | |||
| @@ -1,158 +0,0 @@ | |||
| 1 | This README file contains information on building the meta-chiefriver | ||
| 2 | BSP layer, and booting the images contained in the /binary directory. | ||
| 3 | Please see the corresponding sections below for details. | ||
| 4 | |||
| 5 | The 'Chief River' platform consists of the Intel Ivy Bridge processor, | ||
| 6 | plus the Panther Point PCH. This BSP assumes that the Ivy Bridge | ||
| 7 | integrated graphics are being used. | ||
| 8 | |||
| 9 | Further information on the platforms supported by this BSP can be | ||
| 10 | found here: | ||
| 11 | |||
| 12 | http://www.intel.com/p/en_US/embedded/hwsw/hardware/core-hm76/overview | ||
| 13 | |||
| 14 | Information on all IntelĀ® embedded platforms can be found here: | ||
| 15 | |||
| 16 | http://www.intel.com/p/en_US/embedded/hwsw/hardware | ||
| 17 | |||
| 18 | |||
| 19 | Yocto Project Compatible | ||
| 20 | ======================== | ||
| 21 | |||
| 22 | This BSP is compatible with the Yocto Project as per the requirements | ||
| 23 | listed here: | ||
| 24 | |||
| 25 | https://www.yoctoproject.org/webform/yocto-project-compatible-registration | ||
| 26 | |||
| 27 | |||
| 28 | Dependencies | ||
| 29 | ============ | ||
| 30 | |||
| 31 | This layer depends on: | ||
| 32 | |||
| 33 | URI: git://git.openembedded.org/bitbake | ||
| 34 | branch: master | ||
| 35 | |||
| 36 | URI: git://git.openembedded.org/openembedded-core | ||
| 37 | layers: meta | ||
| 38 | branch: master | ||
| 39 | |||
| 40 | URI: git://git.yoctoproject.org/meta-intel | ||
| 41 | layers: intel | ||
| 42 | branch: master | ||
| 43 | |||
| 44 | |||
| 45 | Patches | ||
| 46 | ======= | ||
| 47 | |||
| 48 | Please submit any patches against this BSP to the Yocto mailing list | ||
| 49 | (yocto@yoctoproject.org) and cc: the maintainer: | ||
| 50 | |||
| 51 | Maintainer: Nitin A Kamble <nitin.a.kamble@intel.com> | ||
| 52 | |||
| 53 | Please see the meta-intel/MAINTAINERS file for more details. | ||
| 54 | |||
| 55 | |||
| 56 | Table of Contents | ||
| 57 | ================= | ||
| 58 | |||
| 59 | I. Building the meta-chiefriver BSP layer | ||
| 60 | II. Booting the images in /binary | ||
| 61 | |||
| 62 | |||
| 63 | I. Building the meta-chiefriver BSP layer | ||
| 64 | ========================================= | ||
| 65 | |||
| 66 | In order to build an image with BSP support for a given release, you | ||
| 67 | need to download the corresponding BSP tarball from the 'Board Support | ||
| 68 | Package (BSP) Downloads' page of the Yocto Project website. | ||
| 69 | |||
| 70 | Having done that, and assuming you extracted the BSP tarball contents | ||
| 71 | at the top-level of your yocto build tree, you can build a chiefriver | ||
| 72 | image by adding the location of the meta-chiefriver layer to | ||
| 73 | bblayers.conf, along with the meta-intel layer itself (to access | ||
| 74 | common metadata shared between BSPs) e.g.: | ||
| 75 | |||
| 76 | yocto/meta-intel \ | ||
| 77 | yocto/meta-intel/meta-chiefriver \ | ||
| 78 | |||
| 79 | To enable the chiefriver layer, add the chiefriver MACHINE to local.conf: | ||
| 80 | |||
| 81 | MACHINE ?= "chiefriver" | ||
| 82 | |||
| 83 | You should then be able to build a chiefriver image as such: | ||
| 84 | |||
| 85 | $ source oe-init-build-env | ||
| 86 | $ bitbake core-image-sato | ||
| 87 | |||
| 88 | At the end of a successful build, you should have a live image that | ||
| 89 | you can boot from a USB flash drive (see instructions on how to do | ||
| 90 | that below, in the section 'Booting the images from /binary'). | ||
| 91 | |||
| 92 | NOTE: The 'chiefriver' machine will include support for hardware video | ||
| 93 | acceleration via gstreamer if and only if the "commercial" string is | ||
| 94 | added to the the LICENSE_FLAGS_WHITELIST variable in your local.conf. | ||
| 95 | |||
| 96 | For example: | ||
| 97 | |||
| 98 | LICENSE_FLAGS_WHITELIST = "commercial" | ||
| 99 | |||
| 100 | The reason this is needed is to prevent the image from including | ||
| 101 | anything that might violate the license terms of the packages used to | ||
| 102 | implement the the video acceleration feature, such as gst-ffmpeg and | ||
| 103 | ffmpeg. As always, please consult the licenses included in the | ||
| 104 | specific packages for details if you use packages that require | ||
| 105 | particular LICENSE_FLAGS. | ||
| 106 | |||
| 107 | The xf86-video-intel recipe depends on Xorg's dri and glx modules, | ||
| 108 | which are built only when 'opengl' is listed in DISTRO_FEATURES. So | ||
| 109 | if the distro doesn't list 'opengl' in the DISTRO_FEATURES, then you | ||
| 110 | would need this additional line in your local.conf: | ||
| 111 | |||
| 112 | DISTRO_FEATURES_append = " opengl" | ||
| 113 | |||
| 114 | As an alternative to downloading the BSP tarball, you can also work | ||
| 115 | directly from the meta-intel git repository. For each BSP in the | ||
| 116 | 'meta-intel' repository, there are multiple branches, one | ||
| 117 | corresponding to each major release starting with 'laverne' (0.90), in | ||
| 118 | addition to the latest code which tracks the current master (note that | ||
| 119 | not all BSPs are present in every release). Instead of extracting a | ||
| 120 | BSP tarball at the top level of your yocto build tree, you can | ||
| 121 | equivalently check out the appropriate branch from the meta-intel | ||
| 122 | repository at the same location. | ||
| 123 | |||
| 124 | |||
| 125 | II. Booting the images in /binary | ||
| 126 | ================================= | ||
| 127 | |||
| 128 | This BSP contains bootable live images, which can be used to directly | ||
| 129 | boot Yocto off of a USB flash drive. | ||
| 130 | |||
| 131 | Under Linux, insert a USB flash drive. Assuming the USB flash drive | ||
| 132 | takes device /dev/sdf, use dd to copy the live image to it. For | ||
| 133 | example: | ||
| 134 | |||
| 135 | # dd if=core-image-sato-chiefriver.hddimg of=/dev/sdf | ||
| 136 | # sync | ||
| 137 | # eject /dev/sdf | ||
| 138 | |||
| 139 | This should give you a bootable USB flash device. Insert the device | ||
| 140 | into a bootable USB socket on the target, and power on. This should | ||
| 141 | result in a system booted to the Sato graphical desktop. | ||
| 142 | |||
| 143 | If you want a terminal, use the arrows at the top of the UI to move to | ||
| 144 | different pages of available applications, one of which is named | ||
| 145 | 'Terminal'. Clicking that should give you a root terminal. | ||
| 146 | |||
| 147 | If you want to ssh into the system, you can use the root terminal to | ||
| 148 | ifconfig the IP address and use that to ssh in. The root password is | ||
| 149 | empty, so to log in type 'root' for the user name and hit 'Enter' at | ||
| 150 | the Password prompt: and you should be in. | ||
| 151 | |||
| 152 | ---- | ||
| 153 | |||
| 154 | If you find you're getting corrupt images on the USB (it doesn't show | ||
| 155 | the syslinux boot: prompt, or the boot: prompt contains strange | ||
| 156 | characters), try doing this first: | ||
| 157 | |||
| 158 | # dd if=/dev/zero of=/dev/sdf bs=1M count=512 | ||
diff --git a/meta-chiefriver/README.sources b/meta-chiefriver/README.sources deleted file mode 100644 index 0d4d849a..00000000 --- a/meta-chiefriver/README.sources +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | The sources for the packages comprising the images shipped with this | ||
| 2 | BSP can be found at the following location: | ||
| 3 | |||
| 4 | http://downloads.yoctoproject.org/mirror/sources/ | ||
| 5 | |||
| 6 | The metadata used to generate the images shipped with this BSP, in | ||
| 7 | addition to the code contained in this BSP, can be found at the | ||
| 8 | following location: | ||
| 9 | |||
| 10 | http://downloads.yoctoproject.org/releases/yocto/yocto-1.3/poky-danny-8.0.tar.bz2 | ||
| 11 | |||
| 12 | The metadata used to generate the images shipped with this BSP, in | ||
| 13 | addition to the code contained in this BSP, can also be found at the | ||
| 14 | following locations: | ||
| 15 | |||
| 16 | git://git.yoctoproject.org/poky.git | ||
| 17 | git://git.yoctoproject.org/meta-intel | ||
diff --git a/meta-chiefriver/conf/layer.conf b/meta-chiefriver/conf/layer.conf deleted file mode 100644 index 6164f995..00000000 --- a/meta-chiefriver/conf/layer.conf +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 1 | # We have a conf and classes directory, add to BBPATH | ||
| 2 | BBPATH .= ":${LAYERDIR}" | ||
| 3 | |||
| 4 | # We have a recipes directory, add to BBFILES | ||
| 5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ | ||
| 6 | ${LAYERDIR}/recipes-*/*/*.bbappend" | ||
| 7 | |||
| 8 | BBFILE_COLLECTIONS += "chiefriver" | ||
| 9 | BBFILE_PATTERN_chiefriver := "^${LAYERDIR}/" | ||
| 10 | BBFILE_PRIORITY_chiefriver = "6" | ||
diff --git a/meta-chiefriver/conf/machine/chiefriver.conf b/meta-chiefriver/conf/machine/chiefriver.conf deleted file mode 100644 index 89a2afcc..00000000 --- a/meta-chiefriver/conf/machine/chiefriver.conf +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: chiefriver | ||
| 3 | |||
| 4 | #@WEBTITLE: Intel 3rd Generation Core Platforms: Core i3, i5, i7 (Ivy Bridge) | ||
| 5 | |||
| 6 | #@DESCRIPTION: Machine configuration for Chief River systems | ||
| 7 | # i.e. Ivy Bridge + Panther Point | ||
| 8 | |||
| 9 | PREFERRED_VERSION_linux-yocto ?= "3.10%" | ||
| 10 | MACHINE_FEATURES += "va-impl-intel" | ||
| 11 | |||
| 12 | require conf/machine/include/intel-corei7-64-common.inc | ||
| 13 | |||
| 14 | MACHINE_HWCODECS ?= "va-intel gst-va-intel" | ||
| 15 | |||
| 16 | XSERVER ?= "${XSERVER_X86_BASE} \ | ||
| 17 | ${XSERVER_X86_EXT} \ | ||
| 18 | ${XSERVER_X86_I965} \ | ||
| 19 | " | ||
| 20 | |||
| 21 | MACHINE_EXTRA_RRECOMMENDS += "lms7" | ||
diff --git a/meta-chiefriver/recipes-bsp/formfactor/formfactor/chiefriver/machconfig b/meta-chiefriver/recipes-bsp/formfactor/formfactor/chiefriver/machconfig deleted file mode 100644 index ffce0122..00000000 --- a/meta-chiefriver/recipes-bsp/formfactor/formfactor/chiefriver/machconfig +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | # Assume a USB mouse and keyboard are connected | ||
| 2 | HAVE_TOUCHSCREEN=0 | ||
| 3 | HAVE_KEYBOARD=1 | ||
diff --git a/meta-chiefriver/recipes-bsp/formfactor/formfactor_0.0.bbappend b/meta-chiefriver/recipes-bsp/formfactor/formfactor_0.0.bbappend deleted file mode 100644 index 72d991c7..00000000 --- a/meta-chiefriver/recipes-bsp/formfactor/formfactor_0.0.bbappend +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
diff --git a/meta-chiefriver/recipes-kernel/linux/linux-yocto-dev.bbappend b/meta-chiefriver/recipes-kernel/linux/linux-yocto-dev.bbappend deleted file mode 100644 index a370cbd9..00000000 --- a/meta-chiefriver/recipes-kernel/linux/linux-yocto-dev.bbappend +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | |||
| 3 | |||
| 4 | COMPATIBLE_MACHINE_chiefriver = "chiefriver" | ||
| 5 | KMACHINE_chiefriver = "chiefriver" | ||
| 6 | KBRANCH_chiefriver = "standard/common-pc-64/chiefriver" | ||
| 7 | |||
| 8 | KERNEL_FEATURES_append_chiefriver = " features/amt/mei" | ||
| 9 | |||
| 10 | SRCREV_machine_chiefriver = "60536206ad300ccf5b2be2c2d449f4ab27170238" | ||
| 11 | SRCREV_meta_chiefriver = "fe20c99783387dab779472ff50a88666da1c6391" | ||
diff --git a/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.10.bbappend deleted file mode 100644 index 000f5d1d..00000000 --- a/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.10.bbappend +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | |||
| 3 | |||
| 4 | COMPATIBLE_MACHINE_chiefriver = "chiefriver" | ||
| 5 | KMACHINE_chiefriver = "chiefriver" | ||
| 6 | KBRANCH_chiefriver = "standard/common-pc-64/chiefriver" | ||
| 7 | |||
| 8 | KERNEL_FEATURES_append_chiefriver = " features/amt/mei/mei.scc" | ||
| 9 | |||
| 10 | LINUX_VERSION = "3.10.19" | ||
| 11 | |||
| 12 | SRCREV_meta_chiefriver = "d9cd83c0292bd4e2a6754a96761027252e726a42" | ||
| 13 | SRCREV_machine_chiefriver = "a9ec82e355130160f9094e670bd5be0022a84194" | ||
diff --git a/meta-n450/COPYING.MIT b/meta-n450/COPYING.MIT deleted file mode 100644 index fb950dc6..00000000 --- a/meta-n450/COPYING.MIT +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| 2 | of this software and associated documentation files (the "Software"), to deal | ||
| 3 | in the Software without restriction, including without limitation the rights | ||
| 4 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| 5 | copies of the Software, and to permit persons to whom the Software is | ||
| 6 | furnished to do so, subject to the following conditions: | ||
| 7 | |||
| 8 | The above copyright notice and this permission notice shall be included in | ||
| 9 | all copies or substantial portions of the Software. | ||
| 10 | |||
| 11 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| 12 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| 13 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| 14 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| 15 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| 16 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
| 17 | THE SOFTWARE. | ||
diff --git a/meta-n450/README b/meta-n450/README deleted file mode 100644 index 2f652dbb..00000000 --- a/meta-n450/README +++ /dev/null | |||
| @@ -1,134 +0,0 @@ | |||
| 1 | This README file contains information on building the meta-n450 | ||
| 2 | BSP layer, and booting the images contained in the /binary directory. | ||
| 3 | Please see the corresponding sections below for details. | ||
| 4 | |||
| 5 | The Luna Pier platform consists of the Intel Atom E4xx processor (Pineview), | ||
| 6 | plus the Intel 82801Hm I/O Controller. | ||
| 7 | |||
| 8 | Further information on the platforms supported by this BSP can be | ||
| 9 | found here: | ||
| 10 | |||
| 11 | http://www.intel.com/p/en_US/embedded/hwsw/hardware/atom-400-500/overview | ||
| 12 | |||
| 13 | Information on all IntelĀ® embedded platforms can be found here: | ||
| 14 | |||
| 15 | http://www.intel.com/p/en_US/embedded/hwsw/hardware | ||
| 16 | |||
| 17 | |||
| 18 | Yocto Project Compatible | ||
| 19 | ======================== | ||
| 20 | |||
| 21 | This BSP is compatible with the Yocto Project as per the requirements | ||
| 22 | listed here: | ||
| 23 | |||
| 24 | https://www.yoctoproject.org/webform/yocto-project-compatible-registration | ||
| 25 | |||
| 26 | |||
| 27 | Dependencies | ||
| 28 | ============ | ||
| 29 | |||
| 30 | This layer depends on: | ||
| 31 | |||
| 32 | URI: git://git.openembedded.org/bitbake | ||
| 33 | branch: master | ||
| 34 | |||
| 35 | URI: git://git.openembedded.org/openembedded-core | ||
| 36 | layers: meta | ||
| 37 | branch: master | ||
| 38 | |||
| 39 | URI: git://git.yoctoproject.org/meta-intel | ||
| 40 | layers: intel | ||
| 41 | branch: master | ||
| 42 | |||
| 43 | |||
| 44 | Patches | ||
| 45 | ======= | ||
| 46 | |||
| 47 | Please submit any patches against this BSP to the Yocto mailing list | ||
| 48 | (yocto@yoctoproject.org) and cc: the maintainer: | ||
| 49 | |||
| 50 | Maintainer: Darren Hart <dvhart@linux.intel.com> | ||
| 51 | |||
| 52 | Please see the meta-intel/MAINTAINERS file for more details. | ||
| 53 | |||
| 54 | |||
| 55 | Table of Contents | ||
| 56 | ================= | ||
| 57 | |||
| 58 | I. Building the meta-n450 BSP layer | ||
| 59 | II. Booting the images in /binary | ||
| 60 | |||
| 61 | |||
| 62 | I. Building the meta-n450 BSP layer | ||
| 63 | ======================================= | ||
| 64 | |||
| 65 | In order to build an image with BSP support for a given release, you | ||
| 66 | need to download the corresponding BSP tarball from the 'Board Support | ||
| 67 | Package (BSP) Downloads' page of the Yocto Project website. | ||
| 68 | |||
| 69 | Having done that, and assuming you extracted the BSP tarball contents | ||
| 70 | at the top-level of your yocto build tree, you can build an n450 | ||
| 71 | image by adding the location of the meta-n450 layer to | ||
| 72 | bblayers.conf, along with the meta-intel layer itself (to access | ||
| 73 | common metadata shared between BSPs) e.g.: | ||
| 74 | |||
| 75 | yocto/meta-intel \ | ||
| 76 | yocto/meta-intel/meta-n450 \ | ||
| 77 | |||
| 78 | Configure your build to build for the n450 machine in your local.conf file: | ||
| 79 | |||
| 80 | MACHINE ?= "n450" | ||
| 81 | |||
| 82 | You should then be able to build an n450 image as such: | ||
| 83 | |||
| 84 | $ bitbake core-image-sato | ||
| 85 | |||
| 86 | At the end of a successful build, you should have a live image that | ||
| 87 | you can boot from a USB flash drive (see instructions on how to do | ||
| 88 | that below, in the section 'Booting the images from /binary'). | ||
| 89 | |||
| 90 | As an alternative to downloading the BSP tarball, you can also work | ||
| 91 | directly from the meta-intel git repository. For each BSP in the | ||
| 92 | 'meta-intel' repository, there are multiple branches, one | ||
| 93 | corresponding to each major release starting with 'laverne' (0.90), in | ||
| 94 | addition to the latest code which tracks the current master (note that | ||
| 95 | not all BSPs are present in every release). Instead of extracting | ||
| 96 | a BSP tarball at the top level of your yocto build tree, you can | ||
| 97 | equivalently check out the appropriate branch from the meta-intel | ||
| 98 | repository at the same location. | ||
| 99 | |||
| 100 | |||
| 101 | II. Booting the images in /binary | ||
| 102 | ================================= | ||
| 103 | |||
| 104 | This BSP contains bootable live images, which can be used to directly | ||
| 105 | boot Yocto off of a USB flash drive. | ||
| 106 | |||
| 107 | Under Linux, insert a USB flash drive. Assuming the USB flash drive | ||
| 108 | takes device /dev/sdf, use dd to copy the live image to it. For | ||
| 109 | example: | ||
| 110 | |||
| 111 | # dd if=core-image-sato-n450.hddimg of=/dev/sdf | ||
| 112 | # sync | ||
| 113 | # eject /dev/sdf | ||
| 114 | |||
| 115 | This should give you a bootable USB flash device. Insert the device | ||
| 116 | into a bootable USB socket on the target, and power on. This should | ||
| 117 | result in a system booted to the Sato graphical desktop. | ||
| 118 | |||
| 119 | If you want a terminal, use the arrows at the top of the UI to move to | ||
| 120 | different pages of available applications, one of which is named | ||
| 121 | 'Terminal'. Clicking that should give you a root terminal. | ||
| 122 | |||
| 123 | If you want to ssh into the system, you can use the root terminal to | ||
| 124 | ifconfig the IP address and use that to ssh in. The root password is | ||
| 125 | empty, so to log in type 'root' for the user name and hit 'Enter' at | ||
| 126 | the Password prompt: and you should be in. | ||
| 127 | |||
| 128 | ---- | ||
| 129 | |||
| 130 | If you find you're getting corrupt images on the USB (it doesn't show | ||
| 131 | the syslinux boot: prompt, or the boot: prompt contains strange | ||
| 132 | characters), try doing this first: | ||
| 133 | |||
| 134 | # dd if=/dev/zero of=/dev/sdf bs=1M count=512 | ||
diff --git a/meta-n450/README.sources b/meta-n450/README.sources deleted file mode 100644 index 0d4d849a..00000000 --- a/meta-n450/README.sources +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | The sources for the packages comprising the images shipped with this | ||
| 2 | BSP can be found at the following location: | ||
| 3 | |||
| 4 | http://downloads.yoctoproject.org/mirror/sources/ | ||
| 5 | |||
| 6 | The metadata used to generate the images shipped with this BSP, in | ||
| 7 | addition to the code contained in this BSP, can be found at the | ||
| 8 | following location: | ||
| 9 | |||
| 10 | http://downloads.yoctoproject.org/releases/yocto/yocto-1.3/poky-danny-8.0.tar.bz2 | ||
| 11 | |||
| 12 | The metadata used to generate the images shipped with this BSP, in | ||
| 13 | addition to the code contained in this BSP, can also be found at the | ||
| 14 | following locations: | ||
| 15 | |||
| 16 | git://git.yoctoproject.org/poky.git | ||
| 17 | git://git.yoctoproject.org/meta-intel | ||
diff --git a/meta-n450/ReleaseNotes b/meta-n450/ReleaseNotes deleted file mode 100644 index 67e3ff20..00000000 --- a/meta-n450/ReleaseNotes +++ /dev/null | |||
| @@ -1,148 +0,0 @@ | |||
| 1 | Poky Laverne Release 4.0 | ||
| 2 | |||
| 3 | - Dependencies | ||
| 4 | - Features and Updates | ||
| 5 | - Known Issues | ||
| 6 | |||
| 7 | DEPENDENCIES | ||
| 8 | ============ | ||
| 9 | |||
| 10 | This layer depends on: | ||
| 11 | |||
| 12 | URI: git://git.openembedded.org/bitbake | ||
| 13 | branch: master | ||
| 14 | |||
| 15 | URI: git://git.openembedded.org/openembedded-core | ||
| 16 | layers: meta | ||
| 17 | branch: master | ||
| 18 | |||
| 19 | URI: git://git.yoctoproject.org/meta-intel | ||
| 20 | layers: intel | ||
| 21 | branch: master | ||
| 22 | |||
| 23 | URI: git://git.yoctoproject.org/poky | ||
| 24 | layers: meta-yocto | ||
| 25 | branch: master | ||
| 26 | |||
| 27 | NOTE: n450 currently depends on meta-yocto due to atom-pc | ||
| 28 | dependencies. The plan is to move atom-pc to meta-intel as soon as | ||
| 29 | the layer tooling comes online and meta-yocto becomes its own | ||
| 30 | repository. At that point, meta-yocto will no longer be required. | ||
| 31 | |||
| 32 | Note also that the layering with respect to the poky repository is in | ||
| 33 | transition; it currently contains both meta from openembedded-core and | ||
| 34 | bitbake along with some other files and directories which will | ||
| 35 | eventually be contained in standalone repositories once the ongoing | ||
| 36 | layering work has been completed. As such, the master branch of the | ||
| 37 | poky repository can at the present time be used to satisfy all | ||
| 38 | meta-intel dependencies. | ||
| 39 | |||
| 40 | |||
| 41 | PATCHES | ||
| 42 | ======= | ||
| 43 | |||
| 44 | Please submit any patches against this BSP to the Yocto mailing list | ||
| 45 | (yocto@yoctoproject.org) and cc: the maintainer: | ||
| 46 | |||
| 47 | Maintainer: Darren Hart <dvhart@linux.intel.com> | ||
| 48 | |||
| 49 | Please see the meta-intel/MAINTAINERS file for more details. | ||
| 50 | |||
| 51 | |||
| 52 | FEATURES AND UPDATES | ||
| 53 | ==================== | ||
| 54 | |||
| 55 | - Poky Build System Updates | ||
| 56 | * Saved State / Checksumming | ||
| 57 | * Working prebuilt packages | ||
| 58 | * If a cache of prebuilt packages is present, these should be | ||
| 59 | used to accelerate the build | ||
| 60 | * Task based prebuilts | ||
| 61 | * Meta Directory Update | ||
| 62 | * Debug symbols into sysroot | ||
| 63 | * Builds outside Poky TMPDIR | ||
| 64 | * Can install to a readonly directory | ||
| 65 | * Ability to Build GPL v2 only target images | ||
| 66 | * Swapper integrated to detect host contamination | ||
| 67 | - Prelink Tool Integration | ||
| 68 | * Integration of cross prelink tools into Poky | ||
| 69 | - Toolchain Update | ||
| 70 | * GCC 4.5.0 now default compiler | ||
| 71 | * EGLIBC is default libc provider | ||
| 72 | - New and Updated Recipes | ||
| 73 | * Major update of core recipes | ||
| 74 | * Add additional packages to get initial lsb support | ||
| 75 | * Add QT4 Libraries and demo code | ||
| 76 | - Packaging | ||
| 77 | * rootfs creating done with RPM | ||
| 78 | * Use pseudo for setting ownership and permissions | ||
| 79 | * Software package Management now use RPM5 and Zypper | ||
| 80 | - Standalone Yocto Linux SDK Generator | ||
| 81 | * Enable other SW development | ||
| 82 | * Output from Poky | ||
| 83 | * Cof a sysroot representing a target system | ||
| 84 | * Includes a standalone cross compiler and cross build tools to isolate the two systems | ||
| 85 | - Yocto Linux SDK Generator IDE Plug-ins | ||
| 86 | * Work within IDE using Yocto sysroot environment and cross platform toolchains | ||
| 87 | * Remote user spacke tool suite interaction | ||
| 88 | * Eclipse | ||
| 89 | * Anjuta | ||
| 90 | - Yocto Linux SDK Generator remote agent | ||
| 91 | * Runs on a "device" | ||
| 92 | * Manage tasks e.g. deployment, launching remote tools, setup cross debugging session | ||
| 93 | - Yocto Linux SDK Generator remote tasks support | ||
| 94 | * Remote deploy support | ||
| 95 | * Remote debug suppport | ||
| 96 | * Remote tools interaction | ||
| 97 | - Qemu basic system simulation/emulation | ||
| 98 | * Enhanced with GL passthrough | ||
| 99 | * Support user mode NFS | ||
| 100 | - User space tool suite for target device tuning, analyzing and optimizing | ||
| 101 | * OProfile | ||
| 102 | * Powertop | ||
| 103 | * Latencytop | ||
| 104 | * Perf | ||
| 105 | * ftrace/lttng user space | ||
| 106 | - Host side clients for tools on target devices and IDE interaction | ||
| 107 | * ProfileUI | ||
| 108 | * Lttv-viewer | ||
| 109 | - Updated Documentation | ||
| 110 | * Core Reference Manunal Updated | ||
| 111 | * BSP standard document | ||
| 112 | * Quick Start Guide | ||
| 113 | * FAQs | ||
| 114 | |||
| 115 | |||
| 116 | KNOWN ISSUES | ||
| 117 | ============ | ||
| 118 | |||
| 119 | See bugzilla.yoctoproject.org | ||
| 120 | |||
| 121 | 382 - oprofile-server on PPC is built big-endian while oprofile-viewer | ||
| 122 | on host system may built with little-endian, but oprofile-server | ||
| 123 | and oprofile-viewer are not implemented to correctly handle | ||
| 124 | conversion between host byte order and network byte order, so | ||
| 125 | oprofile-server and oprofile-viewer may run into connection issue. | ||
| 126 | |||
| 127 | 439 - No audio from the Blacksand board Front Channel auido jack. | ||
| 128 | Workaround: run the following cmd: 'amixer sset "Front" 30 on' | ||
| 129 | |||
| 130 | 467 - Issues building with Fedora 14, this distribution provided a version | ||
| 131 | of make that is not compatible with the Poky build system, the | ||
| 132 | workaround it to build a native version of make via the build system. | ||
| 133 | Users of Fedora 14 will need to do a 'bitbake make-native' before | ||
| 134 | running any other targets. | ||
| 135 | |||
| 136 | 429 - Building poky from scratch with /opt/poky in your path cause host | ||
| 137 | contamination issues, be sure that /opt/poky is not in your path | ||
| 138 | if building from scratch | ||
| 139 | |||
| 140 | 160 - The Emenlow Hardware gets stuck in the HW Reboot sequence and needs | ||
| 141 | to be power cycled. | ||
| 142 | |||
| 143 | Zypper / RPM Issues | ||
| 144 | 489/490/491 - Due to some archetectual difference between Zypper and RPM5.0, | ||
| 145 | there are some compatibility issues that prevent zypper from | ||
| 146 | working correctly. | ||
| 147 | Packages can still be managed with the rpm commands. | ||
| 148 | |||
diff --git a/meta-n450/conf/layer.conf b/meta-n450/conf/layer.conf deleted file mode 100644 index ee53e543..00000000 --- a/meta-n450/conf/layer.conf +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | # We have a conf and classes directory, add to BBPATH | ||
| 2 | BBPATH .= ":${LAYERDIR}" | ||
| 3 | |||
| 4 | # We have recipes-* directories, add to BBFILES | ||
| 5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ | ||
| 6 | ${LAYERDIR}/recipes-*/*/*.bbappend" | ||
| 7 | |||
| 8 | BBFILE_COLLECTIONS += "n450" | ||
| 9 | BBFILE_PATTERN_n450 = "^${LAYERDIR}/" | ||
| 10 | BBFILE_PRIORITY_n450 = "6" | ||
| 11 | |||
| 12 | LAYERDEPENDS_n450 = "intel" | ||
diff --git a/meta-n450/conf/machine/n450.conf b/meta-n450/conf/machine/n450.conf deleted file mode 100644 index fa45ecb6..00000000 --- a/meta-n450/conf/machine/n450.conf +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: n450 | ||
| 3 | |||
| 4 | #@WEBTITLE: Intel Atom N450 Processor with Intel 82801 HM I/O Controller Compute Module (Luna Pier) with Intel Compute Module Mini-ITX Carrier | ||
| 5 | |||
| 6 | #@DESCRIPTION: Machine configuration for Intel Embedded Development Board 1-N450 | ||
| 7 | |||
| 8 | PREFERRED_PROVIDER-virtual/kernel ?= "linux-yocto" | ||
| 9 | PREFERRED_VERSION_linux-yocto ?= "3.10%" | ||
| 10 | |||
| 11 | require conf/machine/include/intel-core2-32-common.inc | ||
| 12 | require conf/machine/include/intel-common-pkgarch.inc | ||
| 13 | |||
| 14 | XSERVER ?= "${XSERVER_X86_BASE} \ | ||
| 15 | ${XSERVER_X86_EXT} \ | ||
| 16 | ${XSERVER_X86_I915} \ | ||
| 17 | " | ||
| 18 | |||
| 19 | SYSLINUX_OPTS = "serial 0 115200" | ||
| 20 | SERIAL_CONSOLE = "115200 ttyS0" | ||
| 21 | APPEND += "console=ttyS0,115200 console=tty0" | ||
diff --git a/meta-n450/docs/blacksand.pdf b/meta-n450/docs/blacksand.pdf deleted file mode 100644 index 971e6df2..00000000 --- a/meta-n450/docs/blacksand.pdf +++ /dev/null | |||
| Binary files differ | |||
diff --git a/meta-n450/recipes-bsp/alsa-state/alsa-state.bbappend b/meta-n450/recipes-bsp/alsa-state/alsa-state.bbappend deleted file mode 100644 index 72d991c7..00000000 --- a/meta-n450/recipes-bsp/alsa-state/alsa-state.bbappend +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
diff --git a/meta-n450/recipes-bsp/alsa-state/alsa-state/n450/asound.state b/meta-n450/recipes-bsp/alsa-state/alsa-state/n450/asound.state deleted file mode 100644 index 03a0bee7..00000000 --- a/meta-n450/recipes-bsp/alsa-state/alsa-state/n450/asound.state +++ /dev/null | |||
| @@ -1,450 +0,0 @@ | |||
| 1 | state.Intel { | ||
| 2 | control.1 { | ||
| 3 | iface MIXER | ||
| 4 | name 'Front Playback Volume' | ||
| 5 | value.0 36 | ||
| 6 | value.1 36 | ||
| 7 | comment { | ||
| 8 | access 'read write' | ||
| 9 | type INTEGER | ||
| 10 | count 2 | ||
| 11 | range '0 - 39' | ||
| 12 | dbmin -5850 | ||
| 13 | dbmax 0 | ||
| 14 | dbvalue.0 -450 | ||
| 15 | dbvalue.1 -450 | ||
| 16 | } | ||
| 17 | } | ||
| 18 | control.2 { | ||
| 19 | iface MIXER | ||
| 20 | name 'Front Playback Switch' | ||
| 21 | value.0 true | ||
| 22 | value.1 true | ||
| 23 | comment { | ||
| 24 | access 'read write' | ||
| 25 | type BOOLEAN | ||
| 26 | count 2 | ||
| 27 | } | ||
| 28 | } | ||
| 29 | control.3 { | ||
| 30 | iface MIXER | ||
| 31 | name 'Surround Playback Volume' | ||
| 32 | value.0 36 | ||
| 33 | value.1 36 | ||
| 34 | comment { | ||
| 35 | access 'read write' | ||
| 36 | type INTEGER | ||
| 37 | count 2 | ||
| 38 | range '0 - 39' | ||
| 39 | dbmin -5850 | ||
| 40 | dbmax 0 | ||
| 41 | dbvalue.0 -450 | ||
| 42 | dbvalue.1 -450 | ||
| 43 | } | ||
| 44 | } | ||
| 45 | control.4 { | ||
| 46 | iface MIXER | ||
| 47 | name 'Surround Playback Switch' | ||
| 48 | value.0 false | ||
| 49 | value.1 false | ||
| 50 | comment { | ||
| 51 | access 'read write' | ||
| 52 | type BOOLEAN | ||
| 53 | count 2 | ||
| 54 | } | ||
| 55 | } | ||
| 56 | control.5 { | ||
| 57 | iface MIXER | ||
| 58 | name 'Center Playback Volume' | ||
| 59 | value 36 | ||
| 60 | comment { | ||
| 61 | access 'read write' | ||
| 62 | type INTEGER | ||
| 63 | count 1 | ||
| 64 | range '0 - 39' | ||
| 65 | dbmin -5850 | ||
| 66 | dbmax 0 | ||
| 67 | dbvalue.0 -450 | ||
| 68 | } | ||
| 69 | } | ||
| 70 | control.6 { | ||
| 71 | iface MIXER | ||
| 72 | name 'LFE Playback Volume' | ||
| 73 | value 36 | ||
| 74 | comment { | ||
| 75 | access 'read write' | ||
| 76 | type INTEGER | ||
| 77 | count 1 | ||
| 78 | range '0 - 39' | ||
| 79 | dbmin -5850 | ||
| 80 | dbmax 0 | ||
| 81 | dbvalue.0 -450 | ||
| 82 | } | ||
| 83 | } | ||
| 84 | control.7 { | ||
| 85 | iface MIXER | ||
| 86 | name 'Center Playback Switch' | ||
| 87 | value false | ||
| 88 | comment { | ||
| 89 | access 'read write' | ||
| 90 | type BOOLEAN | ||
| 91 | count 1 | ||
| 92 | } | ||
| 93 | } | ||
| 94 | control.8 { | ||
| 95 | iface MIXER | ||
| 96 | name 'LFE Playback Switch' | ||
| 97 | value false | ||
| 98 | comment { | ||
| 99 | access 'read write' | ||
| 100 | type BOOLEAN | ||
| 101 | count 1 | ||
| 102 | } | ||
| 103 | } | ||
| 104 | control.9 { | ||
| 105 | iface MIXER | ||
| 106 | name 'Side Playback Volume' | ||
| 107 | value.0 36 | ||
| 108 | value.1 36 | ||
| 109 | comment { | ||
| 110 | access 'read write' | ||
| 111 | type INTEGER | ||
| 112 | count 2 | ||
| 113 | range '0 - 39' | ||
| 114 | dbmin -5850 | ||
| 115 | dbmax 0 | ||
| 116 | dbvalue.0 -450 | ||
| 117 | dbvalue.1 -450 | ||
| 118 | } | ||
| 119 | } | ||
| 120 | control.10 { | ||
| 121 | iface MIXER | ||
| 122 | name 'Side Playback Switch' | ||
| 123 | value.0 false | ||
| 124 | value.1 false | ||
| 125 | comment { | ||
| 126 | access 'read write' | ||
| 127 | type BOOLEAN | ||
| 128 | count 2 | ||
| 129 | } | ||
| 130 | } | ||
| 131 | control.11 { | ||
| 132 | iface MIXER | ||
| 133 | name 'Mic Playback Volume' | ||
| 134 | value.0 28 | ||
| 135 | value.1 28 | ||
| 136 | comment { | ||
| 137 | access 'read write' | ||
| 138 | type INTEGER | ||
| 139 | count 2 | ||
| 140 | range '0 - 31' | ||
| 141 | dbmin -3450 | ||
| 142 | dbmax 1200 | ||
| 143 | dbvalue.0 750 | ||
| 144 | dbvalue.1 750 | ||
| 145 | } | ||
| 146 | } | ||
| 147 | control.12 { | ||
| 148 | iface MIXER | ||
| 149 | name 'Mic Playback Switch' | ||
| 150 | value.0 false | ||
| 151 | value.1 false | ||
| 152 | comment { | ||
| 153 | access 'read write' | ||
| 154 | type BOOLEAN | ||
| 155 | count 2 | ||
| 156 | } | ||
| 157 | } | ||
| 158 | control.13 { | ||
| 159 | iface MIXER | ||
| 160 | name 'Mic Boost Volume' | ||
| 161 | value.0 2 | ||
| 162 | value.1 2 | ||
| 163 | comment { | ||
| 164 | access 'read write' | ||
| 165 | type INTEGER | ||
| 166 | count 2 | ||
| 167 | range '0 - 3' | ||
| 168 | dbmin 0 | ||
| 169 | dbmax 3000 | ||
| 170 | dbvalue.0 2000 | ||
| 171 | dbvalue.1 2000 | ||
| 172 | } | ||
| 173 | } | ||
| 174 | control.14 { | ||
| 175 | iface MIXER | ||
| 176 | name 'Analog Mix Playback Volume' | ||
| 177 | value.0 28 | ||
| 178 | value.1 28 | ||
| 179 | comment { | ||
| 180 | access 'read write' | ||
| 181 | type INTEGER | ||
| 182 | count 2 | ||
| 183 | range '0 - 31' | ||
| 184 | dbmin -4650 | ||
| 185 | dbmax 0 | ||
| 186 | dbvalue.0 -450 | ||
| 187 | dbvalue.1 -450 | ||
| 188 | } | ||
| 189 | } | ||
| 190 | control.15 { | ||
| 191 | iface MIXER | ||
| 192 | name 'Analog Mix Playback Switch' | ||
| 193 | value.0 true | ||
| 194 | value.1 true | ||
| 195 | comment { | ||
| 196 | access 'read write' | ||
| 197 | type BOOLEAN | ||
| 198 | count 2 | ||
| 199 | } | ||
| 200 | } | ||
| 201 | control.16 { | ||
| 202 | iface MIXER | ||
| 203 | name 'Capture Volume' | ||
| 204 | value.0 48 | ||
| 205 | value.1 48 | ||
| 206 | comment { | ||
| 207 | access 'read write' | ||
| 208 | type INTEGER | ||
| 209 | count 2 | ||
| 210 | range '0 - 54' | ||
| 211 | dbmin -5850 | ||
| 212 | dbmax 2250 | ||
| 213 | dbvalue.0 1350 | ||
| 214 | dbvalue.1 1350 | ||
| 215 | } | ||
| 216 | } | ||
| 217 | control.17 { | ||
| 218 | iface MIXER | ||
| 219 | name 'Capture Switch' | ||
| 220 | value.0 false | ||
| 221 | value.1 false | ||
| 222 | comment { | ||
| 223 | access 'read write' | ||
| 224 | type BOOLEAN | ||
| 225 | count 2 | ||
| 226 | } | ||
| 227 | } | ||
| 228 | control.18 { | ||
| 229 | iface MIXER | ||
| 230 | name 'Capture Volume' | ||
| 231 | index 1 | ||
| 232 | value.0 48 | ||
| 233 | value.1 48 | ||
| 234 | comment { | ||
| 235 | access 'read write' | ||
| 236 | type INTEGER | ||
| 237 | count 2 | ||
| 238 | range '0 - 54' | ||
| 239 | dbmin -5850 | ||
| 240 | dbmax 2250 | ||
| 241 | dbvalue.0 1350 | ||
| 242 | dbvalue.1 1350 | ||
| 243 | } | ||
| 244 | } | ||
| 245 | control.19 { | ||
| 246 | iface MIXER | ||
| 247 | name 'Capture Switch' | ||
| 248 | index 1 | ||
| 249 | value.0 false | ||
| 250 | value.1 false | ||
| 251 | comment { | ||
| 252 | access 'read write' | ||
| 253 | type BOOLEAN | ||
| 254 | count 2 | ||
| 255 | } | ||
| 256 | } | ||
| 257 | control.20 { | ||
| 258 | iface MIXER | ||
| 259 | name 'Capture Volume' | ||
| 260 | index 2 | ||
| 261 | value.0 48 | ||
| 262 | value.1 48 | ||
| 263 | comment { | ||
| 264 | access 'read write' | ||
| 265 | type INTEGER | ||
| 266 | count 2 | ||
| 267 | range '0 - 54' | ||
| 268 | dbmin -5850 | ||
| 269 | dbmax 2250 | ||
| 270 | dbvalue.0 1350 | ||
| 271 | dbvalue.1 1350 | ||
| 272 | } | ||
| 273 | } | ||
| 274 | control.21 { | ||
| 275 | iface MIXER | ||
| 276 | name 'Capture Switch' | ||
| 277 | index 2 | ||
| 278 | value.0 false | ||
| 279 | value.1 false | ||
| 280 | comment { | ||
| 281 | access 'read write' | ||
| 282 | type BOOLEAN | ||
| 283 | count 2 | ||
| 284 | } | ||
| 285 | } | ||
| 286 | control.22 { | ||
| 287 | iface MIXER | ||
| 288 | name 'Input Source' | ||
| 289 | value Mic | ||
| 290 | comment { | ||
| 291 | access 'read write' | ||
| 292 | type ENUMERATED | ||
| 293 | count 1 | ||
| 294 | item.0 Mic | ||
| 295 | item.1 Mix | ||
| 296 | } | ||
| 297 | } | ||
| 298 | control.23 { | ||
| 299 | iface MIXER | ||
| 300 | name 'Input Source' | ||
| 301 | index 1 | ||
| 302 | value Mic | ||
| 303 | comment { | ||
| 304 | access 'read write' | ||
| 305 | type ENUMERATED | ||
| 306 | count 1 | ||
| 307 | item.0 Mic | ||
| 308 | item.1 Mix | ||
| 309 | } | ||
| 310 | } | ||
| 311 | control.24 { | ||
| 312 | iface MIXER | ||
| 313 | name 'Input Source' | ||
| 314 | index 2 | ||
| 315 | value Mic | ||
| 316 | comment { | ||
| 317 | access 'read write' | ||
| 318 | type ENUMERATED | ||
| 319 | count 1 | ||
| 320 | item.0 Mic | ||
| 321 | item.1 Mix | ||
| 322 | } | ||
| 323 | } | ||
| 324 | control.25 { | ||
| 325 | iface MIXER | ||
| 326 | name 'IEC958 Playback Volume' | ||
| 327 | value.0 36 | ||
| 328 | value.1 36 | ||
| 329 | comment { | ||
| 330 | access 'read write' | ||
| 331 | type INTEGER | ||
| 332 | count 2 | ||
| 333 | range '0 - 39' | ||
| 334 | dbmin -5850 | ||
| 335 | dbmax 0 | ||
| 336 | dbvalue.0 -450 | ||
| 337 | dbvalue.1 -450 | ||
| 338 | } | ||
| 339 | } | ||
| 340 | control.26 { | ||
| 341 | iface MIXER | ||
| 342 | name 'HDMI Playback Volume' | ||
| 343 | value.0 36 | ||
| 344 | value.1 36 | ||
| 345 | comment { | ||
| 346 | access 'read write' | ||
| 347 | type INTEGER | ||
| 348 | count 2 | ||
| 349 | range '0 - 39' | ||
| 350 | dbmin -5850 | ||
| 351 | dbmax 0 | ||
| 352 | dbvalue.0 -450 | ||
| 353 | dbvalue.1 -450 | ||
| 354 | } | ||
| 355 | } | ||
| 356 | control.27 { | ||
| 357 | iface MIXER | ||
| 358 | name 'IEC958 Playback Con Mask' | ||
| 359 | value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' | ||
| 360 | comment { | ||
| 361 | access read | ||
| 362 | type IEC958 | ||
| 363 | count 1 | ||
| 364 | } | ||
| 365 | } | ||
| 366 | control.28 { | ||
| 367 | iface MIXER | ||
| 368 | name 'IEC958 Playback Pro Mask' | ||
| 369 | value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' | ||
| 370 | comment { | ||
| 371 | access read | ||
| 372 | type IEC958 | ||
| 373 | count 1 | ||
| 374 | } | ||
| 375 | } | ||
| 376 | control.29 { | ||
| 377 | iface MIXER | ||
| 378 | name 'IEC958 Playback Default' | ||
| 379 | value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' | ||
| 380 | comment { | ||
| 381 | access 'read write' | ||
| 382 | type IEC958 | ||
| 383 | count 1 | ||
| 384 | } | ||
| 385 | } | ||
| 386 | control.30 { | ||
| 387 | iface MIXER | ||
| 388 | name 'IEC958 Playback Switch' | ||
| 389 | value false | ||
| 390 | comment { | ||
| 391 | access 'read write' | ||
| 392 | type BOOLEAN | ||
| 393 | count 1 | ||
| 394 | } | ||
| 395 | } | ||
| 396 | control.31 { | ||
| 397 | iface MIXER | ||
| 398 | name 'IEC958 Default PCM Playback Switch' | ||
| 399 | value true | ||
| 400 | comment { | ||
| 401 | access 'read write' | ||
| 402 | type BOOLEAN | ||
| 403 | count 1 | ||
| 404 | } | ||
| 405 | } | ||
| 406 | control.32 { | ||
| 407 | iface MIXER | ||
| 408 | name 'IEC958 Capture Switch' | ||
| 409 | value false | ||
| 410 | comment { | ||
| 411 | access 'read write' | ||
| 412 | type BOOLEAN | ||
| 413 | count 1 | ||
| 414 | } | ||
| 415 | } | ||
| 416 | control.33 { | ||
| 417 | iface MIXER | ||
| 418 | name 'IEC958 Capture Default' | ||
| 419 | value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' | ||
| 420 | comment { | ||
| 421 | access read | ||
| 422 | type IEC958 | ||
| 423 | count 1 | ||
| 424 | } | ||
| 425 | } | ||
| 426 | control.34 { | ||
| 427 | iface MIXER | ||
| 428 | name 'Master Playback Volume' | ||
| 429 | value 36 | ||
| 430 | comment { | ||
| 431 | access 'read write' | ||
| 432 | type INTEGER | ||
| 433 | count 1 | ||
| 434 | range '0 - 39' | ||
| 435 | dbmin -5850 | ||
| 436 | dbmax 0 | ||
| 437 | dbvalue.0 -450 | ||
| 438 | } | ||
| 439 | } | ||
| 440 | control.35 { | ||
| 441 | iface MIXER | ||
| 442 | name 'Master Playback Switch' | ||
| 443 | value true | ||
| 444 | comment { | ||
| 445 | access 'read write' | ||
| 446 | type BOOLEAN | ||
| 447 | count 1 | ||
| 448 | } | ||
| 449 | } | ||
| 450 | } | ||
diff --git a/meta-n450/recipes-bsp/formfactor/formfactor/n450/machconfig b/meta-n450/recipes-bsp/formfactor/formfactor/n450/machconfig deleted file mode 100644 index ffce0122..00000000 --- a/meta-n450/recipes-bsp/formfactor/formfactor/n450/machconfig +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | # Assume a USB mouse and keyboard are connected | ||
| 2 | HAVE_TOUCHSCREEN=0 | ||
| 3 | HAVE_KEYBOARD=1 | ||
diff --git a/meta-n450/recipes-bsp/formfactor/formfactor_0.0.bbappend b/meta-n450/recipes-bsp/formfactor/formfactor_0.0.bbappend deleted file mode 100644 index 72d991c7..00000000 --- a/meta-n450/recipes-bsp/formfactor/formfactor_0.0.bbappend +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
diff --git a/meta-sys940x/COPYING.MIT b/meta-sys940x/COPYING.MIT deleted file mode 100644 index fb950dc6..00000000 --- a/meta-sys940x/COPYING.MIT +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| 2 | of this software and associated documentation files (the "Software"), to deal | ||
| 3 | in the Software without restriction, including without limitation the rights | ||
| 4 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| 5 | copies of the Software, and to permit persons to whom the Software is | ||
| 6 | furnished to do so, subject to the following conditions: | ||
| 7 | |||
| 8 | The above copyright notice and this permission notice shall be included in | ||
| 9 | all copies or substantial portions of the Software. | ||
| 10 | |||
| 11 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| 12 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| 13 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| 14 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| 15 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| 16 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
| 17 | THE SOFTWARE. | ||
diff --git a/meta-sys940x/README b/meta-sys940x/README deleted file mode 100644 index 57f64f23..00000000 --- a/meta-sys940x/README +++ /dev/null | |||
| @@ -1,178 +0,0 @@ | |||
| 1 | This README file contains information on building the meta-sys940x BSP | ||
| 2 | layer, and booting the images contained in the /binary directory. | ||
| 3 | Please see the corresponding sections below for details. | ||
| 4 | |||
| 5 | The 'Queens Bay' platform consists of the Intel Atom E6xx | ||
| 6 | processor, plus the Intel EG20T Platform Controller Hub (Tunnel Creek | ||
| 7 | + Topcliff). | ||
| 8 | |||
| 9 | It also supports the E6xx embedded on-chip graphics via the Intel | ||
| 10 | Embedded Media and Graphics Driver (EMGD). | ||
| 11 | |||
| 12 | More details available on the product page: | ||
| 13 | http://www.inforcecomputing.com/SYS940X_ECX.html | ||
| 14 | |||
| 15 | Information on all IntelĀ® embedded platforms can be found here: | ||
| 16 | |||
| 17 | http://www.intel.com/p/en_US/embedded/hwsw/hardware | ||
| 18 | |||
| 19 | |||
| 20 | Yocto Project Compatible | ||
| 21 | ======================== | ||
| 22 | |||
| 23 | This BSP is compatible with the Yocto Project as per the requirements | ||
| 24 | listed here: | ||
| 25 | |||
| 26 | https://www.yoctoproject.org/webform/yocto-project-compatible-registration | ||
| 27 | |||
| 28 | |||
| 29 | Dependencies | ||
| 30 | ============ | ||
| 31 | |||
| 32 | This layer depends on: | ||
| 33 | |||
| 34 | URI: git://git.openembedded.org/bitbake | ||
| 35 | branch: master | ||
| 36 | |||
| 37 | URI: git://git.openembedded.org/openembedded-core | ||
| 38 | layers: meta | ||
| 39 | branch: master | ||
| 40 | |||
| 41 | URI: git://git.yoctoproject.org/meta-intel | ||
| 42 | layers: intel | ||
| 43 | branch: master | ||
| 44 | |||
| 45 | |||
| 46 | Patches | ||
| 47 | ======= | ||
| 48 | |||
| 49 | Please submit any patches against this BSP to the Yocto mailing list | ||
| 50 | (yocto@yoctoproject.org) and cc: the maintainer: | ||
| 51 | |||
| 52 | Maintainer: Darren Hart <dvhart@linux.intel.com> | ||
| 53 | |||
| 54 | Please see the meta-intel/MAINTAINERS file for more details. | ||
| 55 | |||
| 56 | |||
| 57 | Table of Contents | ||
| 58 | ================= | ||
| 59 | |||
| 60 | I. Building the meta-sys940x BSP layer | ||
| 61 | II. Booting the images in /binary | ||
| 62 | |||
| 63 | |||
| 64 | I. Building the meta-sys940x BSP layer | ||
| 65 | =================================== | ||
| 66 | |||
| 67 | In order to build an image with BSP support for a given release, you | ||
| 68 | need to download the corresponding BSP tarball from the 'Board Support | ||
| 69 | Package (BSP) Downloads' page of the Yocto Project website. | ||
| 70 | |||
| 71 | Having done that, and assuming you extracted the BSP tarball contents | ||
| 72 | at the top-level of your yocto build tree, you can build an sys940x image | ||
| 73 | by adding the location of the meta-sys940x layer to bblayers.conf, along | ||
| 74 | with the meta-intel layer itself (to access common metadata shared | ||
| 75 | between BSPs) e.g.: | ||
| 76 | |||
| 77 | yocto/meta-intel \ | ||
| 78 | yocto/meta-intel/meta-sys940x \ | ||
| 79 | |||
| 80 | The meta-sys940x layer contains support for two different machine | ||
| 81 | configurations. These configurations are identical except for the fact | ||
| 82 | that the one prefixed with 'sys940x' makes use of the Intel-proprietary | ||
| 83 | EMGD graphics driver, while the one prefixed with 'sys940x-noemgd' | ||
| 84 | does not. | ||
| 85 | |||
| 86 | If you want to enable the layer that supports EMGD graphics add the | ||
| 87 | following to the local.conf file: | ||
| 88 | |||
| 89 | MACHINE ?= "sys940x" | ||
| 90 | |||
| 91 | The 'sys940x' machine includes the emgd-driver-bin package, which has a | ||
| 92 | proprietary license that must be whitelisted by adding the string | ||
| 93 | "license_emgd-driver-bin" to the LICENSE_FLAGS_WHITELIST variable | ||
| 94 | in your local.conf. For example: | ||
| 95 | |||
| 96 | LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin" | ||
| 97 | |||
| 98 | The emgd recipe depends on Xorg's dri and glx modules, which are built | ||
| 99 | only when 'opengl' is listed in DISTRO_FEATURES. So if the distro | ||
| 100 | doesn't list 'opengl' in the DISTRO_FEATURES you would need this | ||
| 101 | additional line to your local.conf: | ||
| 102 | |||
| 103 | DISTRO_FEATURES_append = " opengl" | ||
| 104 | |||
| 105 | If you want to enable the layer that does not support EMGD graphics | ||
| 106 | add the following to the local.conf file: | ||
| 107 | |||
| 108 | MACHINE ?= "sys940x-noemgd" | ||
| 109 | |||
| 110 | You should then be able to build an sys940x image as such: | ||
| 111 | |||
| 112 | $ source oe-init-build-env | ||
| 113 | $ bitbake core-image-sato | ||
| 114 | |||
| 115 | At the end of a successful build, you should have a live image that | ||
| 116 | you can boot from a USB flash drive (see instructions on how to do | ||
| 117 | that below, in the section 'Booting the images from /binary'). | ||
| 118 | |||
| 119 | NOTE: The 'sys940x' machine will include support for hardware video | ||
| 120 | acceleration via gstreamer if and only if the "commercial" string is | ||
| 121 | added to the the LICENSE_FLAGS_WHITELIST variable in your local.conf. | ||
| 122 | |||
| 123 | For example: | ||
| 124 | |||
| 125 | LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin commercial" | ||
| 126 | |||
| 127 | The reason this is needed is to prevent the image from including | ||
| 128 | anything that might violate the license terms of the packages used to | ||
| 129 | implement the the video acceleration feature, such as gst-ffmpeg and | ||
| 130 | ffmpeg. As always, please consult the licenses included in the | ||
| 131 | specific packages for details if you use packages that require | ||
| 132 | particular LICENSE_FLAGS. | ||
| 133 | |||
| 134 | As an alternative to downloading the BSP tarball, you can also work | ||
| 135 | directly from the meta-intel git repository. For each BSP in the | ||
| 136 | 'meta-intel' repository, there are multiple branches, one | ||
| 137 | corresponding to each major release starting with 'laverne' (0.90), in | ||
| 138 | addition to the latest code which tracks the current master (note that | ||
| 139 | not all BSPs are present in every release). Instead of extracting a | ||
| 140 | BSP tarball at the top level of your yocto build tree, you can | ||
| 141 | equivalently check out the appropriate branch from the meta-intel | ||
| 142 | repository at the same location. | ||
| 143 | |||
| 144 | |||
| 145 | II. Booting the images in /binary | ||
| 146 | ================================= | ||
| 147 | |||
| 148 | This BSP contains bootable live images, which can be used to directly | ||
| 149 | boot Yocto off of a USB flash drive. | ||
| 150 | |||
| 151 | Under Linux, insert a USB flash drive. Assuming the USB flash drive | ||
| 152 | takes device /dev/sdf, use dd to copy the live image to it. For | ||
| 153 | example: | ||
| 154 | |||
| 155 | # dd if=core-image-sato-sys940x.hddimg of=/dev/sdf | ||
| 156 | # sync | ||
| 157 | # eject /dev/sdf | ||
| 158 | |||
| 159 | This should give you a bootable USB flash device. Insert the device | ||
| 160 | into a bootable USB socket on the target, and power on. This should | ||
| 161 | result in a system booted to the Sato graphical desktop. | ||
| 162 | |||
| 163 | If you want a terminal, use the arrows at the top of the UI to move to | ||
| 164 | different pages of available applications, one of which is named | ||
| 165 | 'Terminal'. Clicking that should give you a root terminal. | ||
| 166 | |||
| 167 | If you want to ssh into the system, you can use the root terminal to | ||
| 168 | ifconfig the IP address and use that to ssh in. The root password is | ||
| 169 | empty, so to log in type 'root' for the user name and hit 'Enter' at | ||
| 170 | the Password prompt: and you should be in. | ||
| 171 | |||
| 172 | ---- | ||
| 173 | |||
| 174 | If you find you're getting corrupt images on the USB (it doesn't show | ||
| 175 | the syslinux boot: prompt, or the boot: prompt contains strange | ||
| 176 | characters), try doing this first: | ||
| 177 | |||
| 178 | # dd if=/dev/zero of=/dev/sdf bs=1M count=512 | ||
diff --git a/meta-sys940x/README.sources b/meta-sys940x/README.sources deleted file mode 100644 index 0d4d849a..00000000 --- a/meta-sys940x/README.sources +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | The sources for the packages comprising the images shipped with this | ||
| 2 | BSP can be found at the following location: | ||
| 3 | |||
| 4 | http://downloads.yoctoproject.org/mirror/sources/ | ||
| 5 | |||
| 6 | The metadata used to generate the images shipped with this BSP, in | ||
| 7 | addition to the code contained in this BSP, can be found at the | ||
| 8 | following location: | ||
| 9 | |||
| 10 | http://downloads.yoctoproject.org/releases/yocto/yocto-1.3/poky-danny-8.0.tar.bz2 | ||
| 11 | |||
| 12 | The metadata used to generate the images shipped with this BSP, in | ||
| 13 | addition to the code contained in this BSP, can also be found at the | ||
| 14 | following locations: | ||
| 15 | |||
| 16 | git://git.yoctoproject.org/poky.git | ||
| 17 | git://git.yoctoproject.org/meta-intel | ||
diff --git a/meta-sys940x/binary/.gitignore b/meta-sys940x/binary/.gitignore deleted file mode 100644 index e69de29b..00000000 --- a/meta-sys940x/binary/.gitignore +++ /dev/null | |||
diff --git a/meta-sys940x/conf/layer.conf b/meta-sys940x/conf/layer.conf deleted file mode 100644 index b14be6db..00000000 --- a/meta-sys940x/conf/layer.conf +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | # We have a conf and classes directory, add to BBPATH | ||
| 2 | BBPATH .= ":${LAYERDIR}" | ||
| 3 | |||
| 4 | # We have a recipes directory, add to BBFILES | ||
| 5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ | ||
| 6 | ${LAYERDIR}/recipes-*/*/*.bbappend" | ||
| 7 | |||
| 8 | BBFILE_COLLECTIONS += "sys940x" | ||
| 9 | BBFILE_PATTERN_sys940x := "^${LAYERDIR}/" | ||
| 10 | BBFILE_PRIORITY_sys940x = "6" | ||
| 11 | |||
| 12 | LAYERDEPENDS_sys940x = "intel" | ||
diff --git a/meta-sys940x/conf/machine/sys940x-noemgd.conf b/meta-sys940x/conf/machine/sys940x-noemgd.conf deleted file mode 100644 index ed6c7f49..00000000 --- a/meta-sys940x/conf/machine/sys940x-noemgd.conf +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: sys940x-noemgd | ||
| 3 | |||
| 4 | #@WEBTITLE: Intel Atom E6xx Processor with Intel EG20T Controller Hub Development Kit (Queens Bay) with Open Source VESA Graphics for Inforce SYS940X systems. | ||
| 5 | |||
| 6 | #@DESCRIPTION: Machine configuration for Inforce SYS940X systems, without Intel-proprietary graphics bits | ||
| 7 | |||
| 8 | require conf/machine/include/intel-core2-32-common.inc | ||
| 9 | |||
| 10 | # Add "pcbios" if you have a non-efi version of the firmware | ||
| 11 | MACHINE_FEATURES += "efi pcbios" | ||
| 12 | |||
| 13 | PREFERRED_VERSION_linux-yocto ?= "3.10%" | ||
| 14 | |||
| 15 | XSERVER ?= "${XSERVER_X86_BASE} \ | ||
| 16 | ${XSERVER_X86_EXT} \ | ||
| 17 | ${XSERVER_X86_VESA} \ | ||
| 18 | " | ||
| 19 | |||
| 20 | SERIAL_CONSOLE = "115200 ttyS0" | ||
| 21 | APPEND += "console=ttyS0,115200 console=tty0" | ||
diff --git a/meta-sys940x/conf/machine/sys940x.conf b/meta-sys940x/conf/machine/sys940x.conf deleted file mode 100644 index 04e77665..00000000 --- a/meta-sys940x/conf/machine/sys940x.conf +++ /dev/null | |||
| @@ -1,33 +0,0 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: sys940x | ||
| 3 | |||
| 4 | #@WEBTITLE: Intel Atom E6xx Processor with Intel EG20T Controller Hub Development Kit (Queens Bay) with Proprietary IEMGD Accelerated Graphics | ||
| 5 | |||
| 6 | #@DESCRIPTION: Machine configuration for Inforce SYS940x systems | ||
| 7 | |||
| 8 | require conf/machine/include/intel-core2-32-common.inc | ||
| 9 | require conf/machine/include/meta-intel.inc | ||
| 10 | require conf/machine/include/meta-intel-emgd.inc | ||
| 11 | |||
| 12 | # Add "pcbios" if you have a non-efi version of the firmware | ||
| 13 | MACHINE_FEATURES += "efi pcbios gst-va-mixvideo" | ||
| 14 | |||
| 15 | PREFERRED_VERSION_linux-yocto ?= "3.10%" | ||
| 16 | |||
| 17 | MACHINE_HWCODECS ?= "va-intel" | ||
| 18 | XSERVERCODECS ?= "emgd-driver-video emgd-gst-plugins-va \ | ||
| 19 | emgd-gst-plugins-mixvideo gst-va-intel" | ||
| 20 | |||
| 21 | XSERVER ?= "${XSERVER_X86_BASE} \ | ||
| 22 | ${XSERVER_X86_EXT} \ | ||
| 23 | ${XSERVER_X86_EMGD} \ | ||
| 24 | " | ||
| 25 | |||
| 26 | PREFERRED_VERSION_xserver-xorg ?= "1.9.3" | ||
| 27 | PREFERRED_VERSION_xf86-input-synaptics ?= "1.6.3" | ||
| 28 | PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0" | ||
| 29 | PREFERRED_VERSION_emgd-driver-bin ?= "1.18" | ||
| 30 | PREFERRED_VERSION_libva ?= "1.0.16" | ||
| 31 | |||
| 32 | SERIAL_CONSOLE = "115200 ttyS0" | ||
| 33 | APPEND += "console=ttyS0,115200 console=tty0" | ||
diff --git a/meta-sys940x/recipes-bsp/formfactor/formfactor/sys940x-noemgd/machconfig b/meta-sys940x/recipes-bsp/formfactor/formfactor/sys940x-noemgd/machconfig deleted file mode 100644 index ffce0122..00000000 --- a/meta-sys940x/recipes-bsp/formfactor/formfactor/sys940x-noemgd/machconfig +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | # Assume a USB mouse and keyboard are connected | ||
| 2 | HAVE_TOUCHSCREEN=0 | ||
| 3 | HAVE_KEYBOARD=1 | ||
diff --git a/meta-sys940x/recipes-bsp/formfactor/formfactor/sys940x/machconfig b/meta-sys940x/recipes-bsp/formfactor/formfactor/sys940x/machconfig deleted file mode 100644 index ffce0122..00000000 --- a/meta-sys940x/recipes-bsp/formfactor/formfactor/sys940x/machconfig +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | # Assume a USB mouse and keyboard are connected | ||
| 2 | HAVE_TOUCHSCREEN=0 | ||
| 3 | HAVE_KEYBOARD=1 | ||
diff --git a/meta-sys940x/recipes-bsp/formfactor/formfactor_0.0.bbappend b/meta-sys940x/recipes-bsp/formfactor/formfactor_0.0.bbappend deleted file mode 100644 index 72d991c7..00000000 --- a/meta-sys940x/recipes-bsp/formfactor/formfactor_0.0.bbappend +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
diff --git a/meta-sys940x/recipes-bsp/genmac/files/genmac b/meta-sys940x/recipes-bsp/genmac/files/genmac deleted file mode 100644 index 1899e95f..00000000 --- a/meta-sys940x/recipes-bsp/genmac/files/genmac +++ /dev/null | |||
| @@ -1,46 +0,0 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | ### BEGIN INIT INFO | ||
| 3 | # Provides: Random MAC address generator | ||
| 4 | # Required-Start: $syslog | ||
| 5 | # Required-Stop: $syslog | ||
| 6 | # Default-Start: 2 3 4 5 | ||
| 7 | # Default-Stop: 0 1 6 | ||
| 8 | # Short-Description: Set a random MAC for tagged interfaces | ||
| 9 | # Description: Set a random MAC for interfaces with RANDOM_MAC | ||
| 10 | ### END INIT INFO | ||
| 11 | |||
| 12 | # Author: Darren Hart <dvhart@linux.intel.com> | ||
| 13 | # Based on /etc/init.d/skeleton | ||
| 14 | |||
| 15 | PATH=/sbin:/usr/sbin:/bin:/usr/bin | ||
| 16 | DESC="Set a random MAC for tagged interfaces" | ||
| 17 | NAME=genmac | ||
| 18 | RANPWD=`which ranpwd` | ||
| 19 | SCRIPTNAME=/etc/init.d/$NAME | ||
| 20 | |||
| 21 | # Exit if ranpwd is not installed | ||
| 22 | [ -x "$RANPWD" ] || exit 0 | ||
| 23 | |||
| 24 | do_start() { | ||
| 25 | # Replace every occurence of RANDOM_MAC with a unique locally | ||
| 26 | # administered, unicast, randomly generated MAC address. | ||
| 27 | while grep -q RANDOM_MAC /etc/network/interfaces; do | ||
| 28 | sed -i "1,/RANDOM_MAC/s/RANDOM_MAC/$($RANPWD -m)/" /etc/network/interfaces | ||
| 29 | done | ||
| 30 | } | ||
| 31 | |||
| 32 | case "$1" in | ||
| 33 | start) | ||
| 34 | echo "$NAME: Setting random MAC addresses" | ||
| 35 | do_start | ||
| 36 | ;; | ||
| 37 | stop) | ||
| 38 | ;; | ||
| 39 | *) | ||
| 40 | echo "Usage: $SCRIPTNAME {start|stop}" >&2 | ||
| 41 | exit 3 | ||
| 42 | ;; | ||
| 43 | esac | ||
| 44 | |||
| 45 | exit 0 | ||
| 46 | |||
diff --git a/meta-sys940x/recipes-bsp/genmac/genmac.bb b/meta-sys940x/recipes-bsp/genmac/genmac.bb deleted file mode 100644 index 29276603..00000000 --- a/meta-sys940x/recipes-bsp/genmac/genmac.bb +++ /dev/null | |||
| @@ -1,30 +0,0 @@ | |||
| 1 | SUMMARY = "Provide a basic init script to generate a random MAC" | ||
| 2 | DESCRIPTION = "Set the MAC from the config file." | ||
| 3 | SECTION = "base" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | inherit update-rc.d | ||
| 10 | |||
| 11 | RDEPENDS_${PN} = "ranpwd" | ||
| 12 | |||
| 13 | SRC_URI = "file://genmac" | ||
| 14 | |||
| 15 | INITSCRIPT_NAME = "genmac" | ||
| 16 | # Run as early as possible to ensure we are before the networking scripts | ||
| 17 | INITSCRIPT_PARAMS = "start 39 S ." | ||
| 18 | |||
| 19 | do_install() { | ||
| 20 | install -d ${D}${sysconfdir} \ | ||
| 21 | ${D}${sysconfdir}/init.d | ||
| 22 | install -m 0755 ${WORKDIR}/${INITSCRIPT_NAME} ${D}${sysconfdir}/init.d | ||
| 23 | cat ${WORKDIR}/${INITSCRIPT_NAME} | \ | ||
| 24 | sed -e 's,/etc,${sysconfdir},g' \ | ||
| 25 | -e 's,/usr/sbin,${sbindir},g' \ | ||
| 26 | -e 's,/var,${localstatedir},g' \ | ||
| 27 | -e 's,/usr/bin,${bindir},g' \ | ||
| 28 | -e 's,/usr,${prefix},g' > ${D}${sysconfdir}/init.d/${INITSCRIPT_NAME} | ||
| 29 | chmod 755 ${D}${sysconfdir}/init.d/${INITSCRIPT_NAME} | ||
| 30 | } | ||
diff --git a/meta-sys940x/recipes-core/init-ifupdown/files/sys940x-noemgd/interfaces b/meta-sys940x/recipes-core/init-ifupdown/files/sys940x-noemgd/interfaces deleted file mode 100644 index 754a5d9d..00000000 --- a/meta-sys940x/recipes-core/init-ifupdown/files/sys940x-noemgd/interfaces +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 1 | # /etc/network/interfaces -- configuration file for ifup(8), ifdown(8) | ||
| 2 | |||
| 3 | # The loopback interface | ||
| 4 | auto lo | ||
| 5 | iface lo inet loopback | ||
| 6 | |||
| 7 | # Wired or wireless interfaces | ||
| 8 | auto eth0 | ||
| 9 | iface eth0 inet dhcp | ||
| 10 | hwaddress ether RANDOM_MAC | ||
diff --git a/meta-sys940x/recipes-core/init-ifupdown/files/sys940x/interfaces b/meta-sys940x/recipes-core/init-ifupdown/files/sys940x/interfaces deleted file mode 100644 index 754a5d9d..00000000 --- a/meta-sys940x/recipes-core/init-ifupdown/files/sys940x/interfaces +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 1 | # /etc/network/interfaces -- configuration file for ifup(8), ifdown(8) | ||
| 2 | |||
| 3 | # The loopback interface | ||
| 4 | auto lo | ||
| 5 | iface lo inet loopback | ||
| 6 | |||
| 7 | # Wired or wireless interfaces | ||
| 8 | auto eth0 | ||
| 9 | iface eth0 inet dhcp | ||
| 10 | hwaddress ether RANDOM_MAC | ||
diff --git a/meta-sys940x/recipes-core/init-ifupdown/init-ifupdown_1.0.bbappend b/meta-sys940x/recipes-core/init-ifupdown/init-ifupdown_1.0.bbappend deleted file mode 100644 index 6863e1c5..00000000 --- a/meta-sys940x/recipes-core/init-ifupdown/init-ifupdown_1.0.bbappend +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" | ||
| 2 | RDEPENDS_${PN}_sys940x_append += "genmac" | ||
| 3 | RDEPENDS_${PN}_sys940x-noemgd_append += "genmac" | ||
diff --git a/meta-sys940x/recipes-extended/ranpwd/ranpwd_git.bb b/meta-sys940x/recipes-extended/ranpwd/ranpwd_git.bb deleted file mode 100644 index b4e0f549..00000000 --- a/meta-sys940x/recipes-extended/ranpwd/ranpwd_git.bb +++ /dev/null | |||
| @@ -1,24 +0,0 @@ | |||
| 1 | DESCRIPTION = "Random password generator" | ||
| 2 | LICENSE = "GPLv2+" | ||
| 3 | LIC_FILES_CHKSUM = "file://ranpwd.c;beginline=1;endline=11;md5=0e8585e19117526efedfaeb50c345d7a" | ||
| 4 | SECTION = "console/utils" | ||
| 5 | PV = "1.2+git${SRCPV}" | ||
| 6 | PR = "r0" | ||
| 7 | |||
| 8 | inherit autotools | ||
| 9 | |||
| 10 | SRC_URI = "git://git.zytor.com/utils/ranpwd.git" | ||
| 11 | SRCREV = "b62aab579e288715b82d5575befaa2b8ff210c2b" | ||
| 12 | |||
| 13 | S="${WORKDIR}/git" | ||
| 14 | |||
| 15 | do_configure_prepend () { | ||
| 16 | if [ ! -e acinclude.m4 -a -e aclocal.m4 ]; then | ||
| 17 | cp aclocal.m4 acinclude.m4 | ||
| 18 | fi | ||
| 19 | } | ||
| 20 | |||
| 21 | do_install() { | ||
| 22 | install -d ${D}/${bindir} | ||
| 23 | install -m 0755 ${S}/ranpwd ${D}/${bindir}/ranpwd | ||
| 24 | } | ||
diff --git a/meta-sys940x/recipes-graphics/xorg-xserver/xserver-xf86-config/sys940x/xorg.conf b/meta-sys940x/recipes-graphics/xorg-xserver/xserver-xf86-config/sys940x/xorg.conf deleted file mode 100644 index 5266117b..00000000 --- a/meta-sys940x/recipes-graphics/xorg-xserver/xserver-xf86-config/sys940x/xorg.conf +++ /dev/null | |||
| @@ -1,43 +0,0 @@ | |||
| 1 | ## | ||
| 2 | ## X Config options generated from CED | ||
| 3 | ## x11 conf skeleton | ||
| 4 | ## DriverVer= | ||
| 5 | ## | ||
| 6 | |||
| 7 | Section "Screen" | ||
| 8 | Identifier "Screen0" | ||
| 9 | Device "IntelEMGD-0" | ||
| 10 | Monitor "Monitor0" | ||
| 11 | SubSection "Display" | ||
| 12 | EndSubSection | ||
| 13 | EndSection | ||
| 14 | |||
| 15 | # Primary (First/only) display | ||
| 16 | Section "Device" | ||
| 17 | Identifier "IntelEMGD-0" | ||
| 18 | Driver "emgd" | ||
| 19 | VendorName "Intel(R) DEG" | ||
| 20 | BoardName "Embedded Graphics" | ||
| 21 | BusID "0:2:0" | ||
| 22 | Screen 0 | ||
| 23 | Option "PcfVersion" "1792" | ||
| 24 | Option "ConfigId" "1" | ||
| 25 | Option "ALL/1/name" "e6xx" | ||
| 26 | Option "ALL/1/General/PortOrder" "32400" | ||
| 27 | Option "ALL/1/General/DisplayConfig" "1" | ||
| 28 | Option "ALL/1/General/DisplayDetect" "1" | ||
| 29 | Option "ALL/1/General/TuningWA" "1" | ||
| 30 | Option "ALL/1/Port/4/General/name" "lvds" | ||
| 31 | Option "ALL/1/Port/4/General/EdidAvail" "3" | ||
| 32 | Option "ALL/1/Port/4/General/EdidNotAvail" "1" | ||
| 33 | Option "ALL/1/Port/4/General/Rotation" "0" | ||
| 34 | Option "ALL/1/Port/4/General/Edid" "0" | ||
| 35 | EndSection | ||
| 36 | |||
| 37 | Section "ServerLayout" | ||
| 38 | Identifier "Default Layout" | ||
| 39 | Screen 0 "Screen0" 0 0 | ||
| 40 | # InputDevice "Mouse0" "CorePointer" | ||
| 41 | # InputDevice "Keyboard0" "CoreKeyboard" | ||
| 42 | # InputDevice "DevInputMice" "SendCoreEvents" | ||
| 43 | EndSection | ||
diff --git a/meta-sys940x/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend b/meta-sys940x/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend deleted file mode 100644 index 72d991c7..00000000 --- a/meta-sys940x/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
diff --git a/meta-sys940x/recipes-kernel/linux/linux-yocto-dev.bbappend b/meta-sys940x/recipes-kernel/linux/linux-yocto-dev.bbappend deleted file mode 100644 index 63fc6042..00000000 --- a/meta-sys940x/recipes-kernel/linux/linux-yocto-dev.bbappend +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | |||
| 3 | |||
| 4 | KMETA = "meta" | ||
| 5 | |||
| 6 | COMPATIBLE_MACHINE_sys940x = "sys940x" | ||
| 7 | KMACHINE_sys940x = "sys940x" | ||
| 8 | KBRANCH_sys940x = "standard/sys940x" | ||
| 9 | KERNEL_FEATURES_sys940x = " features/drm-emgd/drm-emgd-1.16" | ||
| 10 | |||
| 11 | COMPATIBLE_MACHINE_sys940x-noemgd = "sys940x-noemgd" | ||
| 12 | KMACHINE_sys940x-noemgd = "sys940x" | ||
| 13 | KBRANCH_sys940x-noemgd = "standard/sys940x" | ||
| 14 | KERNEL_FEATURES_sys940x-noemgd = " cfg/vesafb" | ||
| 15 | |||
| 16 | SRCREV_machine_sys940x = "60536206ad300ccf5b2be2c2d449f4ab27170238" | ||
| 17 | SRCREV_meta_sys940x = "fe20c99783387dab779472ff50a88666da1c6391" | ||
| 18 | SRCREV_emgd_sys940x = "17aacd908ed6035213a6d206cfdb2c0c9fa9e0c1" | ||
| 19 | |||
| 20 | SRCREV_machine_sys940x-noemgd = "60536206ad300ccf5b2be2c2d449f4ab27170238" | ||
| 21 | SRCREV_meta_sys940x-noemgd = "fe20c99783387dab779472ff50a88666da1c6391" | ||
| 22 | |||
| 23 | SRC_URI_sys940x = "git://git.yoctoproject.org/linux-yocto-dev.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA},emgd-1.16;name=machine,meta,emgd" | ||
diff --git a/meta-sys940x/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-sys940x/recipes-kernel/linux/linux-yocto_3.10.bbappend deleted file mode 100644 index 1b71a773..00000000 --- a/meta-sys940x/recipes-kernel/linux/linux-yocto_3.10.bbappend +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | |||
| 3 | |||
| 4 | KMETA = "meta" | ||
| 5 | LINUX_VERSION = "3.10.19" | ||
| 6 | |||
| 7 | COMPATIBLE_MACHINE_sys940x = "sys940x" | ||
| 8 | KMACHINE_sys940x = "sys940x" | ||
| 9 | KBRANCH_sys940x = "standard/sys940x" | ||
| 10 | KERNEL_FEATURES_sys940x = " features/drm-emgd/drm-emgd-1.18" | ||
| 11 | SRCREV_meta_sys940x = "d9cd83c0292bd4e2a6754a96761027252e726a42" | ||
| 12 | SRCREV_machine_sys940x = "a9ec82e355130160f9094e670bd5be0022a84194" | ||
| 13 | SRCREV_emgd_sys940x = "39c44dd7838bfd228938219cdb21ca30c4d0cbbf" | ||
| 14 | SRC_URI_sys940x = "git://git.yoctoproject.org/linux-yocto-3.10.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA},emgd-1.18;name=machine,meta,emgd" | ||
| 15 | |||
| 16 | COMPATIBLE_MACHINE_sys940x-noemgd = "sys940x-noemgd" | ||
| 17 | KMACHINE_sys940x-noemgd = "sys940x" | ||
| 18 | KBRANCH_sys940x-noemgd = "standard/sys940x" | ||
| 19 | KERNEL_FEATURES_sys940x-noemgd = " cfg/vesafb" | ||
| 20 | SRCREV_meta_sys940x-noemgd = "d9cd83c0292bd4e2a6754a96761027252e726a42" | ||
| 21 | SRCREV_machine_sys940x-noemgd = "a9ec82e355130160f9094e670bd5be0022a84194" | ||
