Skip to content

Commit

Permalink
kmod: Remove compatibility for ancient hosts
Browse files Browse the repository at this point in the history
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.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
  • Loading branch information
AdrianBunk authored and rpurdie committed Mar 7, 2019
1 parent 0a306d4 commit c4d77dd
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 80 deletions.
3 changes: 0 additions & 3 deletions meta/recipes-kernel/kmod/kmod-native_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ DEPENDS += "zlib-native"

inherit native

SRC_URI += "file://Change-to-calling-bswap_-instead-of-htobe-and-be-toh.patch \
"

do_install_append (){
for tool in depmod insmod lsmod modinfo modprobe rmmod
do
Expand Down
1 change: 0 additions & 1 deletion meta/recipes-kernel/kmod/kmod.inc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ PV = "26"
SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \
file://depmod-search.conf \
file://avoid_parallel_tests.patch \
file://fix-O_CLOEXEC.patch \
"

S = "${WORKDIR}/git"
Expand Down

This file was deleted.

36 changes: 0 additions & 36 deletions meta/recipes-kernel/kmod/kmod/fix-O_CLOEXEC.patch

This file was deleted.

0 comments on commit c4d77dd

Please sign in to comment.