summaryrefslogtreecommitdiffstats
path: root/meta-isg
Commit message (Collapse)AuthorAgeFilesLines
* meta-valleyisland: Update README with extra notesdylanChang Rebecca Swee Fun2014-03-281-0/+16
| | | | | | | | | | | | | Updated README with Yocto Compliance Note and also added notes for including Intel HD Audio into image build. Intel HD Audio requires gstreamer and ffmpeg plugins to be installed in order to work properly. These plugins are provided by "commercial" license flag. The line: LICENSE_FLAGS_WHITELIST = "commercial" should be added in local.conf only when needed. Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Reviewed-by: Darren Hart <dvhart@linux.intel.com> Reviewed-By: Nitin A Kamble <nitin.a.kamble@intel.com>
* valleyisland: linux-yocto-3.8: update meta SRCREVChang Rebecca Swee Fun2014-03-131-2/+2
| | | | | | | | | This enables linux-yocto-3.8 to pick-up new valleyisland-io updated by meta branch commit: "valleyisland-io: mmc: sdhci: fix continuous warning prints in ISR" Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
* meta-isg: add new meta-isg layer in dylan branchChang, Rebecca Swee Fun2014-02-132-0/+50
| | | | | | | | Add a new layer in dylan branch to keep BSP maintained by ISG. Signed-off-by: Chang, Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* meta-valleyisland: add kernel recipe for valleyisland BSPChang, Rebecca Swee Fun2014-02-131-0/+33
| | | | | | | | | | | | | | | | Provide kernel v3.8 recipe for valleyisland BSP. Valley Island BSP supports PCI mode and ACPI mode enumeration for its LPSS I/O devices. Kernel recipe will enable PCI mode enumeration by default. Signed-off-by: Chang, Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Dropped the pn-linux-yocto override as we are in the linux-yocto bbappend, so it is superfluous. Updated the meta SRCREV per Boon Leon's request. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* meta-valleyisland: provide a formfactor for valleyisland bspChang, Rebecca Swee Fun2014-02-133-0/+7
| | | | | | | | | | | | | Provide formfactor configuration for the valleyisland bsp. Signed-off-by: Chang, Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Dropped the following line as this is the initial creation of the bbappend: PRINC := "${@int(PRINC) + 2}" Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* meta-valleyisland: provide machine configuration for valleyislandChang, Rebecca Swee Fun2014-02-132-0/+42
| | | | | | | | Create new machines named 'valleyisland-32' and 'valleyisland-64' for this platform. Signed-off-by: Chang, Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* meta-valleyisland: new BSP layer for Intel Atom Processor E38XXChang, Rebecca Swee Fun2014-02-134-0/+267
This layer provides support for Intel Atom Processor E38XX product line. Signed-off-by: Chang, Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>