| Submitter | John Weber |
|---|---|
| Date | March 16, 2013, 1:45 p.m. |
| Message ID | <1363441542-5300-5-git-send-email-rjohnweber@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/46279/ |
| State | Changes Requested |
| Delegated to: | Otavio Salvador |
| Headers | show |
Comments
On Sat, Mar 16, 2013 at 10:45 AM, John Weber <rjohnweber@gmail.com> wrote: > Modifies bbappend to utilize the new brcm80211 patches and fixes. > > Signed-off-by: John Weber <rjohnweber@gmail.com> Please change the bbappend when adding the patch.
Patch
diff --git a/recipes-kernel/linux/linux-imx_3.0.35.bbappend b/recipes-kernel/linux/linux-imx_3.0.35.bbappend index f1abbf9..7317478 100644 --- a/recipes-kernel/linux/linux-imx_3.0.35.bbappend +++ b/recipes-kernel/linux/linux-imx_3.0.35.bbappend @@ -1,10 +1,13 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" -PRINC := "${@int(PRINC) + 1}" +PRINC := "${@int(PRINC) + 2}" # Wandboard-specific patches SRC_URI_append_wandboard-dual = " \ file://wandboard-dual/0001-Linux-3.0.35-Add-wandboard-dual-support.patch \ + file://wandboard-dual/0002-wandboard-dual-fix-sdhc-platform-data.patch \ + file://wandboard-dual/0003-linux-imx-3.0.35-Add-brcm80211-driver-backported-fro.patch \ + file://wandboard-dual/0003-linux-imx-3.0.35-remove-brcm80211-staging-driver.patch \ " # Add support for the Congatec qmx6 board SRC_URI_append_cgtqmx6 = " file://cgtqmx6/cgtqmx6.patch"
Modifies bbappend to utilize the new brcm80211 patches and fixes. Signed-off-by: John Weber <rjohnweber@gmail.com> --- recipes-kernel/linux/linux-imx_3.0.35.bbappend | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)