summaryrefslogtreecommitdiffstats
path: root/meta-isg/meta-valleyisland
Commit message (Collapse)AuthorAgeFilesLines
* meta-valleyisland: Add linux-firmware to valleyisland BSPsNg Wei Tee2015-08-062-0/+3
| | | | | | | | | Add linux-firmware as a whole for both valleyisland-32.conf and valleyisland-64.conf in order to enable the Marvell 8897 card, as well as other devices requiring firmware blobs. Signed-off-by: Ng Wei Tee <wei.tee.ng@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* meta-valleyisland: Update the PREFERRED_VERSION of linux-yocto-3.10 to 3.14Ng Wei Tee2015-02-272-2/+2
| | | | | | | | | Update the PREFERRED_VERSION of linux-yocto-3.10 to 3.14 for valleyisland-32 and valleyisland-64. Signed-off-by: Ng Wei Tee <wei.tee.ng@intel.com> Reviewed-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* meta-valleyisland: remove kernel 3.10 bbappendRoss Burton2015-02-201-36/+0
| | | | | | | Kernel 3.10 has been removed from oe-core so remove our bbappend. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* valleyisland: update README with latest informationChang Rebecca Swee Fun2014-11-261-5/+10
| | | | | | | | Added MinnowBoard MAX as one of the supported platforms, and updated the ISG BIOS version information. Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* meta-valleyisland: Update linux-yocto v3.10.43 SRCREV to v3.10.59Ng, Wei Tee2014-11-181-6/+6
| | | | | | | | Use the latest HEADs of the git branches from the linux-yocto v3.10 kernel repository. Signed-off-by: Ng, Wei Tee <wei.tee.ng@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* meta-valleyisland: Update linux-yocto v3.10 SRCREV to v3.10.43Chang Rebecca Swee Fun2014-09-081-12/+12
| | | | | | | | | Use the latest HEADs of the git branches from the linux-yocto v3.10 kernel repository. Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Acked-By: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* linux-yocto: Use _append when overrides are usedJosep Puigdemont2014-09-021-2/+2
| | | | | | | | | | Some modules in the KERNEL_MODULE_AUTOLOAD list were removed when including the meta-intel layer. It turns out the problem happens due to using the += operator together with machine overrides. Using _append_machine fixes this. Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com> Acked-By: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* linux-yocto: Make KERNEL_MODULE_AUTOLOAD machine specificDarren Hart2014-06-261-1/+2
| | | | | | | | | BSP linux-yocto bbappend files should make all variable updates with machine-specific overrides. As it stands, building qemux86 with meta-intel in BBLAYERS will add uio and iwlwifi to KERNEL_MODULES_AUTOLOAD. This corrects that. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* linux-yocto recipes: fix use of module_autoload_* varsNitin A Kamble2014-06-231-1/+1
| | | | | | | | | | | | | | | oecore/poky layer changed, needing replacement of all the module_autoload_* recipe variables by the KERNEL_MODULE_AUTOLOAD variable. This fixes these kind of buildtime errors coming from the meta-intel layer: ERROR: KERNEL_MODULE_AUTOLOAD has replaced module_autoload_iwlwifi, please replace it! Addresses bug: [YOCTO #6460] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-valleyisland: Add linux-yocto 3.10 recipeChan Wei Sern2014-05-241-0/+35
| | | | | | | | | | | | | | | | | Added linux-yocto 3.10 due to it cannot be shared with common intel recipe kernel. The reason cannot be shared as for valleyisland case has additional feature that is still pending to pull into LTS/LTSI and hence it cannot be merged into "standard/base". For this particular reason, a feature branch of "valleyisland-io-1.0" is introduced to include additional feature. However in order to make it more align with intel common recipe kernel,machine branch is pointing to "standard/base" and SRCREV for meta remains closest as possible. Signed-off-by: Chan Wei Sern <wei.sern.chan@intel.com> Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Acked-By: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* valleyisland: README added device notes and updated BIOS versionChang Rebecca Swee Fun2014-05-211-8/+19
| | | | | | | | README for meta-valleyisland is updated with latest BIOS external release. Also added BIOS setting steps to turn on HD Audio support. Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* meta-valleyisland: fix build errors for valleyisland-32Rebecca Chang Swee Fun2014-05-121-4/+4
| | | | | | | | | Build errors on machine valleyisland-32: ERROR: Nothing RPROVIDES '${XSERVER_IA32_BASE}' Removing '${XSERVER_IA32_BASE}' and replace it with '${XSERVER_X86_BASE}' Signed-off-by: Rebecca Chang Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-valleyisland: provide a formfactor for the valleyisland BSPChan Wei Sern2014-05-093-0/+7
| | | | | | | | Provide formfactor configuration for the valleyisland BSP. Signed-off-by: Chan Wei Sern <wei.sern.chan@intel.com> Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Acked-By: Nitin A Kamble <nitin.a.kamble@intel.com>
* meta-valleyisland: provide machine configuration for valleyislandChan Wei Sern2014-05-092-0/+48
| | | | | | | | | | | | Create new machines named 'valleyisland-32' and 'valleyisland-64' for this platform. Re-include 'conf/machine/include/intel-common-pkgarch.inc' to re-use recipe-kernel from intel-common. Signed-off-by: Chan Wei Sern <wei.sern.chan@intel.com> Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Acked-By: Nitin A Kamble <nitin.a.kamble@intel.com>
* meta-valleyisland: new BSP layer for Intel Atom E38XX ProcessorRebecca Chang Swee Fun2014-05-094-0/+267
This layer provides support for Intel Atom E38XX Processor product line. Signed-off-by: Chan Wei Sern <wei.sern.chan@intel.com> Signed-off-by: Rebecca Chang Swee Fun <rebecca.swee.fun.chang@intel.com> Acked-By: Nitin A Kamble <nitin.a.kamble@intel.com>