summaryrefslogtreecommitdiffstats
path: root/meta-nuc
Commit message (Collapse)AuthorAgeFilesLines
* meta-nuc: include wifi chip microcode package in nuc.confNitin A Kamble2012-12-141-1/+2
| | | | | | | | Add the microcode package needed to enable the Centrino Advanced-N 6235 card to nuc.conf. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-nuc: init script for configuring HDMI audioNitin A Kamble2012-12-142-0/+38
| | | | | | | | Provide an init script to check at boot time which HDMI port is connected and configure the default ALSA audio out to that port. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-nuc: disable serial port configNitin A Kamble2012-12-141-0/+3
| | | | | | | | | | There is no serial port on the NUC, so remove the serial port configuration to avoid these kind of errors in the /var/log/messages: Dec 12 19:06:06 nuc auth.err getty: ttyS0: ioctl: Input/output error Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-nuc: provide a working alsa config for the nuc BSPNitin A Kamble2012-12-142-0/+25
| | | | | | | | | The nuc supports audio only via the HDMI ports. This provides an alsa sound configuration where HDMI0 port is set as a default sound out device. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-nuc: provide a working xorg.conf for the nuc BSPNitin A Kamble2012-12-142-0/+27
| | | | | | | Provide a working xorg.conf for the nuc BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-nuc: add kernel recipe for nuc BSPNitin A Kamble2012-12-141-0/+12
| | | | | | | | Reuse the kernel support of chiefriver, and extend it to use additional kernel features like wifi. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-nuc: provide a formfactor for the nuc BSPNitin A Kamble2012-12-142-0/+6
| | | | | | | Provide a formfactor configuration for the nuc BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-nuc: provide machine configuration for nuc BSPNitin A Kamble2012-12-141-0/+22
| | | | | | | | Create a new machine named 'nuc', which is similar to the existing chiefriver machine but with addition of wifi support. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-nuc: new BSP layer for Intel NUC systemsNitin A Kamble2012-12-144-0/+193
This layer provides support for Intel NUC (Next Unit of Computing) systems. This BSP specifically targets the "Next Unit of Computing Kit DC3217IYE" containing the 3rd generation Intel® Core™ i3- 3217U (Ivy Bridge) processor and Intel Centrino Advanced-N 6235 Wireless mini PCI Express card. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>