diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-02-24 10:35:26 +0100 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-03-19 12:25:48 +0100 |
commit | 9adc57c2db5a924d6372a1232c37635a621fc0e7 (patch) | |
tree | 5702623d062b0b260cc3e2a9d918df7f63cac958 /meta-agl-bsp/meta-rcar-gen3/recipes-connectivity/ppp | |
parent | cbde4c99fd6460f9a1d05b0fa87bc1a0342ac007 (diff) |
[rcar-gen3] Remove fix on ppp
* if you build ppp with a kernel >= 4.8 you need this fix
* if you build ppp with a kernel < 4.8 you need to remove this fix
* the version of the kernel from Renesas rcar gen3 v2.16 is 4.9, so
we need this fix.
Bug-AGL: SPEC-471
Change-Id: Iffefa52571163b15c7acd2d1ffc53b9b1ffb0c3b
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'meta-agl-bsp/meta-rcar-gen3/recipes-connectivity/ppp')
-rw-r--r-- | meta-agl-bsp/meta-rcar-gen3/recipes-connectivity/ppp/ppp_%.bbappend | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-agl-bsp/meta-rcar-gen3/recipes-connectivity/ppp/ppp_%.bbappend b/meta-agl-bsp/meta-rcar-gen3/recipes-connectivity/ppp/ppp_%.bbappend deleted file mode 100644 index 838abb08d..000000000 --- a/meta-agl-bsp/meta-rcar-gen3/recipes-connectivity/ppp/ppp_%.bbappend +++ /dev/null @@ -1,2 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -SRC_URI_remove = "file://ppp-fix-building-with-linux-4.8.patch" |