This patchset adds a recipe to support building the wandboard kernel from the 'official' wandboard git repository. This recipe is named 'linux-wandboard'.
It also removes support from linux-imx for Wandboard so that kernel support for Wandboard is not confusing and is maintained in one repository. Changes since v1: - Edits to recipe per Otavio's suggestions - Removal of integrated kernel patches as the ESDHC patch had been accepted upstream already and the SNVS_RTC patch needed some rework and is not critical at this time. Changes since v2: - Corrected typographical error in patch 2 John Weber (3): linux-wandboard (3.0.35): add recipe for 'official' wandboard kernel wandboard-dual: Make linux-wandboard preferred provider linux-imx (3.0.35): Remove wandboard from recipe conf/machine/wandboard-dual.conf | 1 + ...1-Linux-3.0.35-Add-wandboard-dual-support.patch | 1216 - ...002-wandboard-dual-fix-sdhc-platform-data.patch | 52 - ....0.35-Add-brcm80211-driver-backported-fro.patch |94038 --------------- ...mx-3.0.35-remove-brcm80211-staging-driver.patch |123141 -------------------- ...odifications-for-fsl-3.0.0-and-add-header.patch | 86 - .../linux-imx-3.0.35/wandboard-dual/defconfig | 2768 - recipes-kernel/linux/linux-imx_3.0.35.bbappend | 10 +- .../wandboard-dual/defconfig | 298 + recipes-kernel/linux/linux-wandboard.inc | 20 + recipes-kernel/linux/linux-wandboard_3.0.35.bb | 15 + 11 files changed, 335 insertions(+), 221310 deletions(-) delete mode 100644 recipes-kernel/linux/linux-imx-3.0.35/wandboard-dual/0001-Linux-3.0.35-Add-wandboard-dual-support.patch delete mode 100644 recipes-kernel/linux/linux-imx-3.0.35/wandboard-dual/0002-wandboard-dual-fix-sdhc-platform-data.patch delete mode 100644 recipes-kernel/linux/linux-imx-3.0.35/wandboard-dual/0003-linux-imx-3.0.35-Add-brcm80211-driver-backported-fro.patch delete mode 100644 recipes-kernel/linux/linux-imx-3.0.35/wandboard-dual/0003-linux-imx-3.0.35-remove-brcm80211-staging-driver.patch delete mode 100644 recipes-kernel/linux/linux-imx-3.0.35/wandboard-dual/0004-modifications-for-fsl-3.0.0-and-add-header.patch delete mode 100644 recipes-kernel/linux/linux-imx-3.0.35/wandboard-dual/defconfig create mode 100644 recipes-kernel/linux/linux-wandboard-3.0.35/wandboard-dual/defconfig create mode 100644 recipes-kernel/linux/linux-wandboard.inc create mode 100644 recipes-kernel/linux/linux-wandboard_3.0.35.bb -- 1.7.9.5 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
