Skip to content

Commit

Permalink
linux-4.19-229: Remove ZFS
Browse files Browse the repository at this point in the history
Again out of kernel module screws us, because there is no release for
the latest stable Linux kernel. The patches are there, but no release.

https://github.com/zfsonlinux/zfs/issues/7885 1127
https://github.com/zfsonlinux/zfs/commit/c13060e4787e9578dafad85a47c62457424bec9c
  • Loading branch information
pmenzel committed Oct 22, 2018
1 parent b4472aa commit af5a846
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions linux-4.19-229.bee
Original file line number Diff line number Diff line change
Expand Up @@ -49,28 +49,6 @@ plaininstall_for_modules() {
)
}

build_spl_zfs_extra_modules_and_do_depmod() {
pushd .

local SPL_ZFS_VERSION=0.7.11
echo "spl/zfs"

mkdir -pv ${B}/spl_zfs_extra
cd ${B}/spl_zfs_extra

plaininstall_for_modules spl-${SPL_ZFS_VERSION} spl-${SPL_ZFS_VERSION}.tar.gz \
https://github.com/zfsonlinux/zfs/releases/download/zfs-${SPL_ZFS_VERSION}/spl-${SPL_ZFS_VERSION}.tar.gz

plaininstall_for_modules zfs-${SPL_ZFS_VERSION} zfs-${SPL_ZFS_VERSION}.tar.gz \
https://github.com/zfsonlinux/zfs/releases/download/zfs-${SPL_ZFS_VERSION}/zfs-${SPL_ZFS_VERSION}.tar.gz \
"--with-spl=${B}/spl_zfs_extra/spl-${SPL_ZFS_VERSION}"

cd ${D}/lib/modules/${FULLKERNELVERSION}
depmod -a -b ${D} ${FULLKERNELVERSION}

popd
}

mee_patch() {
echo "PATCH $@"
bee_patch $@
Expand Down Expand Up @@ -909,8 +887,6 @@ mee_install() {
make install INSTALL_PATH=${D}/boot
# make firmware_install INSTALL_MOD_PATH=${D}

build_spl_zfs_extra_modules_and_do_depmod

rm -v ${D}/lib/modules/${FULLKERNELVERSION}/{source,build}

ln -sv /usr/src/linux/${PKGALLPKG}/source ${D}/lib/modules/${FULLKERNELVERSION}/source
Expand Down

0 comments on commit af5a846

Please sign in to comment.