[PATCH 0/6] factor out some common meta-intel settings
tom.zanussi@...
From: Tom Zanussi <tom.zanussi@...>
The meta-intel BSPs have some common settings - this just moves them out int separate .inc files to simplify them and ease maintenance. I compiled and boot-tested into graphics using sato-live images for each, with the exception of fishriver (I accidentally pulled out a cable so can't boot into graphics at the moment) and crownbay-noemgd (same as crownbay, pretty much). I also didn't touch n450, since it's already factored out and simplified. The following changes since commit 92fc07a5f1b98779806cdcc2341487ff5ea5a238: Dexuan Cui (1): emenlow: fix some .bbappend files' name: poky -> core, etc. are available in the git repository at: git://git.yoctoproject.org/meta-intel.git tzanussi/mach-cleanup http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/log/?h=tzanussi/mach-cleanup Tom Zanussi (6): meta-intel: add a couple common .inc files meta-sugarbay: use common .inc files meta-crownbay: use common .inc files meta-fishriver: use common .inc files meta-jasperforest: use common .inc files meta-emenlow: use common .inc files common/common-bsp-mach.inc | 13 +++++++++++++ common/common-bsp-x.inc | 4 ++++ meta-crownbay/conf/machine/crownbay-noemgd.conf | 19 ++----------------- meta-crownbay/conf/machine/crownbay.conf | 19 ++----------------- meta-emenlow/conf/machine/emenlow.conf | 17 ++--------------- meta-fishriver/conf/machine/fishriver.conf | 20 +++----------------- meta-jasperforest/conf/machine/jasperforest.conf | 22 +++------------------- meta-sugarbay/conf/machine/sugarbay.conf | 22 +++------------------- 8 files changed, 32 insertions(+), 104 deletions(-) create mode 100644 common/common-bsp-mach.inc create mode 100644 common/common-bsp-x.inc |
|