summaryrefslogtreecommitdiffstats
path: root/meta-n450/recipes-bsp
AgeCommit message (Collapse)Author
2013-06-24meta-intel: Drop PRINC usageRichard Purdie
With the switch to the PR server we don't need to use PRINC. This patch matches a change to OE-Core to bump the PR values of the appropriate core recipes so PR values don't go backwards. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-10-09Fix use of PRINC in meta-intel BSPs1.3_M5.rc4Darren Hart
Replaces all uses of PRINC with the form: PRINC := "${@int(PRINC) + N}" Where N is the previously assigned value plus one to ensure a monotonically increasing PRINC value. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Acked-by: Tom Zanussi <tom.zanussi@intel.com> CC: Saul Wold <sgw@linux.intel.com> CC: Nitin Kamble <nitin.a.kamble@intel.com>
2012-01-17n450-audio: drop this machine specific recipe in favour of alsa-stateJoshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-01-17alsa-state: add alsa state for n450Joshua Lock
Add a custom asound.state for the n450 so that the alsa-state init script sets (and restores) sound configuration appropriately. Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-06-15meta-intel: fix formfactor bbappends to use FILESEXTRAPATHS_prependPaul Eggleton
This allows meta-intel sub-layers to coexist with meta-yocto when building formfactor for different machines with the same layer setup. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-05-14n450: fix n450-audio LIC_FILES_CHKSUMTom Zanussi
Change from POKYBASE to COREBASE. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-03-15n450: add formfactor configDarren Hart
Fixes [YOCTO #869] Add a formfactor config for the n450 to include a keyboard and no touchscreen. Without defining HAVE_TOUCHSCREEN=0, the default was to set it to 1, and the matchbox session disables the cursor in the case of a touchscreen device. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-03-12n450: replace n450-audio with a proper init scriptDarren Hart
Rewrite n450-audio based on /etc/init.d/skeleton. Update the install to rewrite all the system paths. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-03-12n450: revamp audio mixer init scriptDarren Hart
Fixes [YOCTO #798] n450-audiofix suffered from various problems, including not getting installed. This patch adds it via MACHINE_EXTRA_RRECOMMENDS and cleans up the various bugs in the implementation. The structure has been renamed and the comments updated for consistency. This should be considered a stop-gap measure, as something along the lines of oe's alsa-state is a far better solution. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-03-03meta-n450: compile fixesbernard-5.0rc2Tom Zanussi
- changed RDPENDS from amixer to alsa-utils-amixer - fix typo in LIC_FILES_CHECKSUM - fix audiofix init.d ln Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-01-03meta-n450: Add new BSP for BlackSand / n450Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>