aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-10-14linux-yocto: Use same SRC_URI as oe-coredylanRoss 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> dvhart: Backport to dylan (different emgd driver version) Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-07-09alsa-state: Provide an empty asound.conf by defaultDarren Hart
An empty asound.conf should work for most cases. The oe-core asound.conf uses plug dmix which causes arecord to fail without special -D device specification on the command line. Clear asound.conf for the MinnowBoard (this should be fixed in oe-core in later branches). 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>