aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-04-10linux-yocto-3.10: Update SRCREVs (3.10.35-ltsi)1.0-rc1-dora-10.0.1doraDarren Hart
Update the standard/base SRCREV to 3.10.35-ltsi. Update the meta SRCREV to include the minnow-drivers-extra cfg fragment which includes the USB_ACM driver. Update LINUX_VERSION to be machine specific so it doesn't contaminate other recipes. Signed-off-by: Darren Hart <dvhart@linux.intel.com> (cherry picked from commit 7bdcd1140b729598bae6246a4bbc21c3950aadd8)
2014-03-14linux-yocto_3.10: Update SRCREV (3.10.33-LTSI)Darren Hart
Update to the HEAD of standard/base (3.10.33-LTSI). This also works around an open issue with do_validate_branches where feature branches are reset the HEAD of the machine branch if they contain that commit. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2014-03-14linux-yocto: Use append_minnow instead of minnow_appendDarren Hart
Likely due to my own ignorance, the minnow linux-yocto bbappend used append_minnow in the KERNEL_FEATURES override instead of the more typical minnow_append. Use the more typical ordering of the overrides. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Reported-by: Koen Kooi <koen@dominion.thruhere.net> (cherry picked from commit b1d4464420fd987527cdebb49b3546ffc7a728ee)
2014-03-12README: Update for dora releaseDarren Hart
Replace danny references with dora. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2014-03-12linux-yocto-3.10: Update SRCREVs (3.10.32, LTSI update)Darren Hart
Update to the latest available 3.10 including a stable update, and LTSI update, and a meta update. Includes the refactored minnow scc file, taking advantage of the minnow-io patches being included in standard/base now, thanks to LTSI. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Tested-by: Scott Garman <scott.a.garman@intel.com>
2014-03-10linux-yocto-3.8: 3.8 is EOL, remove recipeDarren Hart
The 3.8 Linux kernel is EOL. The official dora/1.5 BSP will support only 3.10-LTSI. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-12-23linux-yocto: Update to 3.10.19 SRCREVsDarren Hart
Bring the 3.10 linux-yocto recipe up to date. This brings in fixes for lttng-modules as well as a new set of in-tree media configuration fragments from Nitin Kamble to replace the recipe-space one. Signed-off-by: Darren Hart <dvhart@linux.intel.com> (cherry picked from commit 852ffe2e728d7fdb213422431aa2b3b7998ae2a3) Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-12-04dmidecode: Remove in favor or oe-core versionPaul Eggleton
OE-Core has version 2.12 of this recipe in the dora and master branches. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com> (cherry picked from commit 2be99cb63753a19648f37c3785f51cef0857dcb7)
2013-11-15Merge branch 'master' into doraDarren Hart
2013-11-15minnow.conf: Add iwlwifi by defaultDarren Hart
Add iwlwifi to the recommended driver packages. This supports a number of mPCIe cards that may be used in the Lizzy Lure. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-11-15minnow.conf: Use UEFI console service for GRUBDarren Hart
Update the GRUB options to use the UEFI console service rather than attempting to use serial or USB keyboards directly. Recent firmware provides much improved support for a direct attached USB keyboard. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-11-15minnow.conf: Prefer the 3.10 linux-yocto recipeDarren Hart
Update to the 3.10 kernel. This update bring us closer to a fully upstream BSP. The 3.10 BSP uses the standard/base branch (all upstream sources there) and adds the minnow-io feature as a selectable feature if you want to build the GPIO LED and Button drivers which are not upstreamable, these are enabled by default. A new ACPI described version is in the works. This also adds wifi drivers to the default build. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-11-15minnow.conf: Remove NOISO as EFI ISOs are buildable nowDarren Hart
EFI ISOs now build successfully, remove the NOISO=1 line. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-11-15linux-yocto: Add bbappend for linux-yocto-3.10Darren Hart
This new bbappend adds support for the 3.10 linux-yocto kernel repository and an updated BSP based on the standard/base branch with the minnow-io feature used to encapsulate the GPIO platform drivers, which are still out-of-tree. All the remaining drivers, emgd excepting of course, are now backports from upstream. A new set of wifi features were added to the 3.10 tree and are included in the bbappend as well. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-11-15linux-yocto: Add various wifi optionsDarren Hart
Add the Intel wifi driver features. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-11-15minnow.conf: Add wifi and linux-firmware supportDarren Hart
With the Lizzy Lure (mPCIe and mSATA) add the necessary support for wifi devices. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-10-14linux-yocto: Use same SRC_URI as oe-coreRoss Burton
The meta-minnow SRC_URI is using linux-yocto-3.8, whereas oe-core and meta-intel use linux-yocto-3.8.git. To avoid downloading the kernel tree again when using meta-minnow use the same git URI representation. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-10-14linux-yocto: Use same SRC_URI as oe-coreRoss Burton
The meta-minnow SRC_URI is using linux-yocto-3.8, whereas oe-core and meta-intel use linux-yocto-3.8.git. To avoid downloading the kernel tree again when using meta-minnow use the same git URI representation. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-09-20xorg.conf: Add EDID workaround in commentDarren Hart
If display detection is not working with your display, consider uncommenting the added block. This is not made the default as it appears to work for some displays while preventing currently working displays from being detected. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-09-20xserver-xf86-config: allow hotplugged inputRoss Burton
DontZap defaults to 0 anyway, and AutoAddDevices=False means that hotplugged input devices won't work. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-09-20minnow.conf: include meta-intel-emgd.incRoss Burton
Use meta-intel-emgd.inc to correctly use EMGD and mesa-gl for all GL functionality, to avoid multiple provider errors. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-08-14Revert "EMGD package needs opengl in DISTRO_FEATURES"Darren Hart
DISTRO_FEATURES are the domain of the distro policy layer and should not be altered by a BSP layer. In order to build without the required DISTRO_FEATURES defined in your default configuration, you can either add them to your own distro config and set the DISTRO variable, or you can add them via local.conf. This reverts commit fe22070fa77d75ed2f1f4cd258b812dc60c8cb43. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-08-13EMGD package needs opengl in DISTRO_FEATURESDarren Hart
When opengl is not listed in DISTRO_FEATURES, the EMGD build fails as seen below. The needed DRI, DRI2 and glx features are disabled in the xserver-xorg when opengl is not listed in DISTRO_FEATURES. | * satisfy_dependencies_for: Cannot satisfy the following dependencies for packagegroup-core-x11-base: | * xserver-xorg-extension-glx * xserver-xorg-extension-dri * xserver-xorg-extension-dri2 * | * opkg_install_cmd: Cannot install package packagegroup-core-x11-base. | ERROR: Function failed: do_rootfs (log file is located at /srv/home/nitin/builds/build-minnow/tmp-eglibc/work/minnow-oe-linux/core-image-sato/1.0-r0/temp/log.do_rootfs.19450) ERROR: Task 7 (/home/nitin/prj/openembedded-core.git/meta/recipes-sato/images/core-image-sato.bb, do_rootfs) failed with exit code '1' This is not an issue when building with the poky distro as it lists opengl in DISTRO_FEATURES. But when building with an empty DISTRO, this fix is needed to avoid these build errors. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> <dvhart: slight reordering to group emgd features> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-08-06mesa: Update to current oe-core mesa version 9.1.6Darren Hart
The previous version is not available anymore, so use the newer version of the mesa recipe now. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-08-06emgd: Update to EMGD 1.18Darren Hart
Set the preferred version and update the KERNEL_FEATURES and SRC_URI to merge the emgd-1.18 branch. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-07-24mesa: Update to current oe-core mesa versionDarren Hart
The current version of mesa was updated in oe-core. Change mesa version for these BSPs in order to avoid build errors. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-06-14minnow.conf: Add i2c-dev to MACHINE_ESSENTIAL_EXTRA_RECOMMENDSDarren Hart
i2c-dev will be useful for initial experimentation with lures, just as spidev is. Ensure the module is available. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-06-14linux-yocto: SRCREV update, include i2c-devDarren Hart
Pull in the following changes from the linux-yocto_3.8 meta branch: commit c0851dfb8535635e1e31d4a5146d3f021e30506c Author: Darren Hart <dvhart@linux.intel.com> Date: Wed Jun 12 12:02:19 2013 -0700 meta/minnow: Add i2cdev support commit af0602cd40d234deb09bd4edabbf89e2e47183d6 Author: Darren Hart <dvhart@linux.intel.com> Date: Wed Jun 12 12:02:18 2013 -0700 meta: Add i2c feature descriptions Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-06-03minnow.conf: Specify xf86-input-synaptics versionDarren Hart
Due to EMGD requirements on mesa and X versions, the synaptics version must also be specified. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-06-03kern_tools,perf: Remove unecessary recipesDarren Hart
Remove recipes that were needed for danny but not for master (or dylan), including the kern-tools and perf bbappends. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-06-03linux-yocto: Use a bbappend instead of a new recipeDarren Hart
From the dylan release on, the linux-yocto_3.8.bb recipe exists in oe-core. Use a bbappend instead of redefining the recipe. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-05-31minnow.conf: Add spidev module to MACHINE_ESSENTIAL_EXTRA_RRECOMMENDSDarren Hart
The spidev module will be handy for experimenting with SPI lures. Include it as a module by default. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-05-31linux-yocto: SRCREV update to 3.8.13, add SPIDEVDarren Hart
Update the SRCREV to remove EFI MAC. Also brings us up to 3.8.13. Pull in SPIDEV support as a module. Signed-off-by: Darren Hart <dvhart@linux.intel.com> INC Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-05-29linux-yocto: SRCREV change, drop MAC in EFI var supportDarren Hart
Current development firmware now prepopulates the MAC registers in the EG20T, eliminating the need for the MAC in an EFI variable. Drop the Linux kernel patches enabling this mechanism: commit c6e199184ea2ce13ec500418a8ed81de6621b91f Author: Darren Hart <dvhart@linux.intel.com> Date: Sat May 18 14:46:02 2013 -0700 pch_gbe: Add board_eth_addr function pointer to hw.mac struct commit 95a0b8d4d5383094501790951b412cb8adebf2ad Author: Darren Hart <dvhart@linux.intel.com> Date: Sat May 18 14:46:01 2013 -0700 minnowboard: Read mac address from efi var This patch basically just moves the branch commit backwards by 2. These patches will be reverted in the linux-yocto repository. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Cc: Koen Kooi <koen@dominion.thruhere.net>
2013-05-29Work around bootimg.bbclass bug for EFI-only images with NOISO=1Darren Hart
The bootimg.bbclass ISO generation code fails with EFI-only images. Work around this by explicitly disabling ISO image generation for the MinnowBoard. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-05-29README: Add basic Angstrom instructionsDarren Hart
Provide very basic Angstrom build instructions and a link to the online documentation. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
2013-05-20MinnowBoard BSP Layer0.9-rc2-danny-8.0.1Darren Hart
The MinnowBoard (minnowboard.org) is an Intel Atom E640T processor coupled with an Intel EG20T Platform Controller Hub (Tunnel Creek + Topcliff = Queens Bay). The E6xx CPU embeds on-chip graphics supported by the Intel Embedded Media and Graphics Driver (EMGD). The board targets the small and low-cost embedded market for the developer and maker community. Signed-off-by: Darren Hart <dvhart@linux.intel.com>