diff options
author | Kotaro Hashimoto <Hashimoto.Kotaro@ds.MitsubishiElectric.co.jp> | 2018-03-15 17:43:15 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-03-26 21:50:45 +0000 |
commit | af5b4d022d6d25c4a0e9b3fbcdfc65167e85b03e (patch) | |
tree | f2ffe1857f714e00da9c7f99745b85a67fa43436 /meta-agl-bsp/meta-qcom | |
parent | e6e357b025355c42b382c84671924f97f2364fb9 (diff) |
most: delete bbappend for removing skb_put_data patch
This bbappend no longer is needed because skb_put_data patch issue was
solved by below commit.
https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL/meta-agl-demo.git;a=commit;h=23492d46ea0fd81aa05528ad423bb5e1a10e111b
Change-Id: I9615367030a26d6af16b4c46ce47da7c49a03a5d
Signed-off-by: Kotaro Hashimoto <Hashimoto.Kotaro@ds.MitsubishiElectric.co.jp>
Diffstat (limited to 'meta-agl-bsp/meta-qcom')
-rw-r--r-- | meta-agl-bsp/meta-qcom/recipes-kernel/most/most.bbappend | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta-agl-bsp/meta-qcom/recipes-kernel/most/most.bbappend b/meta-agl-bsp/meta-qcom/recipes-kernel/most/most.bbappend deleted file mode 100644 index 6b4444a4e..000000000 --- a/meta-agl-bsp/meta-qcom/recipes-kernel/most/most.bbappend +++ /dev/null @@ -1,5 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/files:" - -SRC_URI_remove = " \ - file://0001-src-most-net-add-skb_put_data-function.patch \ - " |