diff options
author | Adrian Bunk <bunk@stusta.de> | 2019-03-06 21:21:54 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-03-07 12:27:34 +0000 |
commit | 28cc7b4362c703d35916b22bb705bd9517e7c505 (patch) | |
tree | 5db2ad6803ea612d13be9fc349f776e4b0fbc932 /meta/recipes-kernel/kmod/kmod.inc | |
parent | c5882f92128c8e27ca6f227a9aac90aa0b4b1e52 (diff) | |
download | poky-28cc7b4362c703d35916b22bb705bd9517e7c505.tar.gz |
kmod: Remove compatibility for ancient hosts
Lack of be32toh() is handled upstream since 2014.
Linux 2.6.23 was released 2007, distributions with kernels
older than that are far outside the host distributions
still supported today.
(From OE-Core rev: c4d77ddd13ad43b52f22a32dc7a3d34cc2692dce)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/kmod/kmod.inc')
-rw-r--r-- | meta/recipes-kernel/kmod/kmod.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc index 6d0e031c6f..e68860f6b4 100644 --- a/meta/recipes-kernel/kmod/kmod.inc +++ b/meta/recipes-kernel/kmod/kmod.inc | |||
@@ -21,7 +21,6 @@ PV = "26" | |||
21 | SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \ | 21 | SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \ |
22 | file://depmod-search.conf \ | 22 | file://depmod-search.conf \ |
23 | file://avoid_parallel_tests.patch \ | 23 | file://avoid_parallel_tests.patch \ |
24 | file://fix-O_CLOEXEC.patch \ | ||
25 | " | 24 | " |
26 | 25 | ||
27 | S = "${WORKDIR}/git" | 26 | S = "${WORKDIR}/git" |