diff --git a/sys-kernel/pinephone-sources/pinephone-sources-5.11.18.ebuild b/sys-kernel/pinephone-sources/pinephone-sources-5.11.18.ebuild deleted file mode 100644 index 30a7a12..0000000 --- a/sys-kernel/pinephone-sources/pinephone-sources-5.11.18.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" -K_NOUSENAME="yes" -K_NOSETEXTRAVERSION="yes" -K_SECURITY_UNSUPPORTED="1" -ETYPE="sources" -inherit kernel-2 -detect_version - -DESCRIPTION="Full sources for the Linux kernel, with megi's patch for pinephone" -HOMEPAGE="https://www.kernel.org" - -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" -MEGI_PATCH_URI="https://xff.cz/kernels/${PV:0:4}/patches/all.patch" -SRC_URI="${KERNEL_URI} ${MEGI_PATCH_URI} -> all-${PV}.patch" - -PATCHES=( - ${DISTDIR}/all-${PV}.patch - ${FILESDIR}/enable-hdmi-output-pinetab.patch - #${FILESDIR}/improve-brightness.patch - ${FILESDIR}/enable-jack-detection-pinetab.patch - ${FILESDIR}/pinetab-bluetooth.patch - ${FILESDIR}/pinetab-accelerometer.patch - ${FILESDIR}/dts-pinephone-drop-modem-power-node.patch - ${FILESDIR}/dts-headphone-jack-detection.patch - ${FILESDIR}/media-ov5640-Implement-autofocus.patch - ${FILESDIR}/0011-dts-pinetab-hardcode-mmc-numbers.patch - ${FILESDIR}/0002-dts-add-pinetab-dev-old-display-panel.patch - #${FILESDIR}/0001-arm64-dts-allwinner-pinephone-stop-LEDs-on-suspend.patch - ${FILESDIR}/0010-dts-pinephone-Add-pine64-pinephone-to-compat-list.patch - ${FILESDIR}/0012-pinephone-fix-pogopin-i2c.patch - ${FILESDIR}/0107-quirk-kernel-org-bug-210681-firmware_rome_error.patch - ${FILESDIR}/0177-leds-gpio-make-max_brightness-configurable.patch - ${FILESDIR}/0178-sun8i-codec-fix-headphone-jack-pin-name.patch - ${FILESDIR}/0179-arm64-dts-allwinner-pinephone-improve-device-tree.patch - ${FILESDIR}/panic-led.patch - ${FILESDIR}/PATCH-1-4-HID-magicmouse-add-Apple-Magic-Mouse-2-support.patch - ${FILESDIR}/PATCH-2-4-HID-magicmouse-fix-3-button-emulation-of-Mouse-2.patch - ${FILESDIR}/PATCH-3-4-HID-magicmouse-fix-reconnection-of-Magic-Mouse-2.patch - ${FILESDIR}/PATCH-4-4-HID-input-map-battery-capacity-00850065.patch - #${FILESDIR}/camera-added-bggr-bayer-mode.patch - #${FILESDIR}/0002-Bluetooth-Fix-LL-PRivacy-BLE-device-fails-to-connect.patch - #${FILESDIR}/0003-Bluetooth-Fix-attempting-to-set-RPA-timeout-when-unsupported.patch - #${FILESDIR}/0001-revert-fbcon-remove-now-unusued-softback_lines-cursor-argument.patch - #${FILESDIR}/0002-revert-fbcon-remove-no-op-fbcon_set_origin.patch - #${FILESDIR}/0003-revert-fbcon-remove-soft-scrollback-code.patch -) - -src_prepare() { - default - eapply_user -} - -pkg_postinst() { - kernel-2_pkg_postinst - einfo "For more info on this patchset, and how to report problems, see:" - einfo "${HOMEPAGE}" - einfo "To build the kernel use the following command:" - einfo "make Image Image.gz modules" - einfo "make DTC_FLAGS="-@" dtbs" - einfo "make install; make modules_intall; make dtbs_install" - einfo "If you use kernel config coming with this ebuild, don't forget to also copy dracut-pp.conf to /etc/dracut.conf.d/" - einfo "to make sure proper kernel modules are loaded into initramfs" - einfo "if you want to cross compile pinephone kernel on amd64 host, follow the https://wiki.gentoo.org/wiki/Cross_build_environment" - einfo "to setup cross toolchain environment, then create a xmake wrapper like the following, and replace make with xmake in above commands" - einfo "#!/bin/sh" - einfo "exec make ARCH='arm64' CROSS_COMPILE='aarch64-unknown-linux-gnu-' INSTALL_MOD_PATH='${SYSROOT}' '$@'" -} - -pkg_postrm() { - kernel-2_pkg_postrm -} diff --git a/sys-kernel/pinephone-sources/pinephone-sources-5.12.17.ebuild b/sys-kernel/pinephone-sources/pinephone-sources-5.12.17.ebuild index ec38dd3..a01739f 100644 --- a/sys-kernel/pinephone-sources/pinephone-sources-5.12.17.ebuild +++ b/sys-kernel/pinephone-sources/pinephone-sources-5.12.17.ebuild @@ -36,43 +36,16 @@ PATCHES=( ${FILESDIR}/pinetab-bluetooth.patch ${FILESDIR}/pinetab-accelerometer.patch ${FILESDIR}/dts-pinephone-drop-modem-power-node.patch - #${FILESDIR}/dts-headphone-jack-detection.patch ${FILESDIR}/media-ov5640-Implement-autofocus.patch ${FILESDIR}/0011-dts-pinetab-hardcode-mmc-numbers.patch ${FILESDIR}/0012-pinephone-fix-pogopin-i2c.patch ${FILESDIR}/0107-quirk-kernel-org-bug-210681-firmware_rome_error.patch ${FILESDIR}/0177-leds-gpio-make-max_brightness-configurable.patch - #${FILESDIR}/0178-sun8i-codec-fix-headphone-jack-pin-name.patch ${FILESDIR}/0179-arm64-dts-allwinner-pinephone-improve-device-tree-5.12.patch ${FILESDIR}/panic-led-5.12.patch - #${FILESDIR}/improve-jack-button-handling-and-mic.patch - #${FILESDIR}/camera-added-bggr-bayer-mode.patch - #${FILESDIR}/0002-Bluetooth-Fix-LL-PRivacy-BLE-device-fails-to-connect.patch - #${FILESDIR}/0003-Bluetooth-Fix-attempting-to-set-RPA-timeout-when-unsupported.patch - #${FILESDIR}/0001-revert-fbcon-remove-now-unusued-softback_lines-cursor-argument.patch - #${FILESDIR}/0002-revert-fbcon-remove-no-op-fbcon_set_origin.patch - #${FILESDIR}/0003-revert-fbcon-remove-soft-scrollback-code.patch ${FILESDIR}/PATCH-1-4-HID-magicmouse-add-Apple-Magic-Mouse-2-support.patch ${FILESDIR}/PATCH-2-4-HID-magicmouse-fix-3-button-emulation-of-Mouse-2.patch ${FILESDIR}/PATCH-3-4-HID-magicmouse-fix-reconnection-of-Magic-Mouse-2.patch - ${FILESDIR}/PATCH-4-4-HID-input-map-battery-capacity-00850065.patch - # - #${FILESDIR}/PATCH-v2-01-16-include-linux-memcontrol.h-do-not-warn-in-page_memcg_rcu-if-CONFIG_MEMCG.patch - #${FILESDIR}/PATCH-v2-02-16-include-linux-nodemask.h-define-next_memory_node-if-CONFIG_NUMA.patch - #${FILESDIR}/PATCH-v2-03-16-include-linux-huge_mm.h-define-is_huge_zero_pmd-if-CONFIG_TRANSPARENT_HUGEPAGE.patch - #${FILESDIR}/PATCH-v2-04-16-include-linux-cgroup.h-export-cgroup_mutex.patch - #${FILESDIR}/PATCH-v2-05-16-mm-swap.c-export-activate_page.patch - #${FILESDIR}/PATCH-v2-06-16-mm-x86-support-the-access-bit-on-non-leaf-PMD-entries.patch - #${FILESDIR}/PATCH-v2-07-16-mm-vmscan.c-refactor-shrink_node.patch - #${FILESDIR}/PATCH-v2-08-16-mm-multigenerational-lru-groundwork.patch - #${FILESDIR}/PATCH-v2-09-16-mm-multigenerational-lru-activation.patch - #${FILESDIR}/PATCH-v2-10-16-mm-multigenerational-lru-mm_struct-list.patch - #${FILESDIR}/PATCH-v2-11-16-mm-multigenerational-lru-aging.patch - #${FILESDIR}/PATCH-v2-12-16-mm-multigenerational-lru-eviction.patch - #${FILESDIR}/PATCH-v2-13-16-mm-multigenerational-lru-page-reclaim.patch - #${FILESDIR}/PATCH-v2-14-16-mm-multigenerational-lru-user-interface.patch - #${FILESDIR}/PATCH-v2-15-16-mm-multigenerational-lru-Kconfig.patch - #${FILESDIR}/PATCH-v2-16-16-mm-multigenerational-lru-documentation.patch ) src_prepare() { diff --git a/sys-kernel/pinephone-sources/pinephone-sources-5.13.13.ebuild b/sys-kernel/pinephone-sources/pinephone-sources-5.13.13.ebuild deleted file mode 100644 index d224622..0000000 --- a/sys-kernel/pinephone-sources/pinephone-sources-5.13.13.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" -K_NOUSENAME="yes" -K_NOSETEXTRAVERSION="yes" -K_SECURITY_UNSUPPORTED="1" -ETYPE="sources" -inherit kernel-2 -detect_version - -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - - -DEPEND="${RDEPEND} - >=sys-devel/patch-2.7.5" - -DESCRIPTION="Full sources for the Linux kernel, with megi's patch for pinephone" - -MEGI_PATCH_URI="https://xff.cz/kernels/${PV:0:4}/patches/all.patch" -SRC_URI="${KERNEL_URI} ${MEGI_PATCH_URI} -> all-${PV}.patch" - -PATCHES=( - ${DISTDIR}/all-${PV}.patch - ${FILESDIR}/enable-hdmi-output-pinetab.patch - ${FILESDIR}/enable-jack-detection-pinetab.patch - ${FILESDIR}/pinetab-bluetooth.patch - ${FILESDIR}/pinetab-accelerometer.patch - ${FILESDIR}/dts-pinephone-drop-modem-power-node.patch - #${FILESDIR}/dts-headphone-jack-detection.patch - ${FILESDIR}/media-ov5640-Implement-autofocus.patch - ${FILESDIR}/0011-dts-pinetab-hardcode-mmc-numbers.patch - #${FILESDIR}/0012-pinephone-fix-pogopin-i2c.patch - ${FILESDIR}/0107-quirk-kernel-org-bug-210681-firmware_rome_error.patch - ${FILESDIR}/0177-leds-gpio-make-max_brightness-configurable.patch - #${FILESDIR}/0178-sun8i-codec-fix-headphone-jack-pin-name.patch - #${FILESDIR}/0179-arm64-dts-allwinner-pinephone-improve-device-tree-5.12.patch - ${FILESDIR}/panic-led-5.12.patch - #${FILESDIR}/improve-jack-button-handling-and-mic.patch - - ${FILESDIR}/PATCH-v3-01-14-include-linux-memcontrol.h-do-not-warn-in-page_memcg_rcu-if-CONFIG_MEMCG.patch - ${FILESDIR}/PATCH-v3-02-14-include-linux-nodemask.h-define-next_memory_node-if-CONFIG_NUMA.patch - ${FILESDIR}/PATCH-v3-03-14-include-linux-cgroup.h-export-cgroup_mutex.patch - ${FILESDIR}/PATCH-v3-04-14-mm-x86-support-the-access-bit-on-non-leaf-PMD-entries.patch - ${FILESDIR}/PATCH-v3-05-14-mm-vmscan.c-refactor-shrink_node.patch - ${FILESDIR}/PATCH-v3-06-14-mm-workingset.c-refactor-pack_shadow-and-unpack_shadow.patch - ${FILESDIR}/PATCH-v3-07-14-mm-multigenerational-lru-groundwork.patch - ${FILESDIR}/PATCH-v3-08-14-mm-multigenerational-lru-activation.patch - ${FILESDIR}/PATCH-v3-09-14-mm-multigenerational-lru-mm_struct-list.patch - ${FILESDIR}/PATCH-v3-10-14-mm-multigenerational-lru-aging.patch - ${FILESDIR}/PATCH-v3-11-14-mm-multigenerational-lru-eviction.patch - ${FILESDIR}/PATCH-v3-12-14-mm-multigenerational-lru-user-interface.patch - ${FILESDIR}/PATCH-v3-13-14-mm-multigenerational-lru-Kconfig.patch - ${FILESDIR}/PATCH-v3-14-14-mm-multigenerational-lru-documentation.patch -) - -src_prepare() { - default - eapply_user -} - -pkg_postinst() { - kernel-2_pkg_postinst - einfo "For more info on this patchset, and how to report problems, see:" - einfo "${HOMEPAGE}" - einfo "To build the kernel use the following command:" - einfo "make Image Image.gz modules" - einfo "make DTC_FLAGS="-@" dtbs" - einfo "make install; make modules_intall; make dtbs_install" - einfo "If you use kernel config coming with this ebuild, don't forget to also copy dracut-pp.conf to /etc/dracut.conf.d/" - einfo "to make sure proper kernel modules are loaded into initramfs" - einfo "if you want to cross compile pinephone kernel on amd64 host, follow the https://wiki.gentoo.org/wiki/Cross_build_environment" - einfo "to setup cross toolchain environment, then create a xmake wrapper like the following, and replace make with xmake in above commands" - einfo "#!/bin/sh" - einfo "exec make ARCH='arm64' CROSS_COMPILE='aarch64-unknown-linux-gnu-' INSTALL_MOD_PATH='${SYSROOT}' '$@'" -} - -pkg_postrm() { - kernel-2_pkg_postrm -} diff --git a/sys-kernel/pinephone-sources/pinephone-sources-5.14.17.ebuild b/sys-kernel/pinephone-sources/pinephone-sources-5.14.17.ebuild deleted file mode 100644 index 990466f..0000000 --- a/sys-kernel/pinephone-sources/pinephone-sources-5.14.17.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" -K_NOUSENAME="yes" -K_NOSETEXTRAVERSION="yes" -K_SECURITY_UNSUPPORTED="1" -ETYPE="sources" -inherit kernel-2 -detect_version - -KEYWORDS="~arm64" -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - - -DEPEND="${RDEPEND} - >=sys-devel/patch-2.7.5" - -DESCRIPTION="Full sources for the Linux kernel, with megi's patch for pinephone" - -MEGI_PATCH_URI="https://xff.cz/kernels/${PV:0:4}/patches/all.patch" -SRC_URI="${KERNEL_URI} ${MEGI_PATCH_URI} -> all-${PV}.patch" - -PATCHES=( - ${DISTDIR}/all-${PV}.patch - ${FILESDIR}/enable-hdmi-output-pinetab.patch - ${FILESDIR}/enable-jack-detection-pinetab.patch - ${FILESDIR}/pinetab-bluetooth.patch - ${FILESDIR}/pinetab-accelerometer.patch - ${FILESDIR}/dts-pinephone-drop-modem-power-node.patch - ${FILESDIR}/media-ov5640-Implement-autofocus.patch - ${FILESDIR}/0011-dts-pinetab-hardcode-mmc-numbers.patch - ${FILESDIR}/0107-quirk-kernel-org-bug-210681-firmware_rome_error.patch - ${FILESDIR}/0177-leds-gpio-make-max_brightness-configurable.patch - ${FILESDIR}/panic-led-5.12.patch - #${FILESDIR}/0178-sun8i-codec-fix-headphone-jack-pin-name.patch - #${FILESDIR}/0179-arm64-dts-allwinner-pinephone-improve-device-tree-5.12.patch - #${FILESDIR}/improve-jack-button-handling-and-mic.patch - - # keyboard - ${FILESDIR}/d1d849cae12db71aa81ceedaedc1b17a34790367.patch - ${FILESDIR}/2423aac2d6f5db55da99e11fd799ee66fe6f54c6.patch - - # LRU - ${FILESDIR}/Multigenerational-LRU-Framework.patch -) - -src_prepare() { - default - eapply_user -} - -pkg_postinst() { - kernel-2_pkg_postinst - einfo "For more info on this patchset, and how to report problems, see:" - einfo "${HOMEPAGE}" - einfo "To build the kernel use the following command:" - einfo "make Image Image.gz modules" - einfo "make DTC_FLAGS="-@" dtbs" - einfo "make install; make modules_intall; make dtbs_install" - einfo "If you use kernel config coming with this ebuild, don't forget to also copy dracut-pp.conf to /etc/dracut.conf.d/" - einfo "to make sure proper kernel modules are loaded into initramfs" - einfo "if you want to cross compile pinephone kernel on amd64 host, follow the https://wiki.gentoo.org/wiki/Cross_build_environment" - einfo "to setup cross toolchain environment, then create a xmake wrapper like the following, and replace make with xmake in above commands" - einfo "#!/bin/sh" - einfo "exec make ARCH='arm64' CROSS_COMPILE='aarch64-unknown-linux-gnu-' INSTALL_MOD_PATH='${SYSROOT}' '$@'" -} - -pkg_postrm() { - kernel-2_pkg_postrm -} diff --git a/sys-kernel/pinephone-sources/pinephone-sources-5.15.1.ebuild b/sys-kernel/pinephone-sources/pinephone-sources-5.15.1.ebuild deleted file mode 100644 index ecec6a5..0000000 --- a/sys-kernel/pinephone-sources/pinephone-sources-5.15.1.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" -K_NOUSENAME="yes" -K_NOSETEXTRAVERSION="yes" -K_SECURITY_UNSUPPORTED="1" -ETYPE="sources" -inherit kernel-2 -detect_version - -KEYWORDS="~arm64" -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - - -DEPEND="${RDEPEND} - >=sys-devel/patch-2.7.5" - -DESCRIPTION="Full sources for the Linux kernel, with megi's patch for pinephone" - -MEGI_PATCH_URI="https://xff.cz/kernels/${PV:0:4}/patches/all.patch" -SRC_URI="${KERNEL_URI} ${MEGI_PATCH_URI} -> all-${PV}.patch" - -PATCHES=( - ${DISTDIR}/all-${PV}.patch - ${FILESDIR}/dts-pinephone-drop-modem-power-node.patch - ${FILESDIR}/media-ov5640-Implement-autofocus.patch - ${FILESDIR}/0107-quirk-kernel-org-bug-210681-firmware_rome_error.patch - ${FILESDIR}/0177-leds-gpio-make-max_brightness-configurable.patch - ${FILESDIR}/panic-led-5.12.patch - - # keyboard - ${FILESDIR}/d1d849cae12db71aa81ceedaedc1b17a34790367.patch - ${FILESDIR}/2423aac2d6f5db55da99e11fd799ee66fe6f54c6.patch - - # LRU - #${FILESDIR}/Multigenerational-LRU-Framework.patch -) - -src_prepare() { - default - eapply_user -} - -pkg_postinst() { - kernel-2_pkg_postinst - einfo "For more info on this patchset, and how to report problems, see:" - einfo "${HOMEPAGE}" - einfo "To build the kernel use the following command:" - einfo "make Image Image.gz modules" - einfo "make DTC_FLAGS="-@" dtbs" - einfo "make install; make modules_intall; make dtbs_install" - einfo "If you use kernel config coming with this ebuild, don't forget to also copy dracut-pp.conf to /etc/dracut.conf.d/" - einfo "to make sure proper kernel modules are loaded into initramfs" - einfo "if you want to cross compile pinephone kernel on amd64 host, follow the https://wiki.gentoo.org/wiki/Cross_build_environment" - einfo "to setup cross toolchain environment, then create a xmake wrapper like the following, and replace make with xmake in above commands" - einfo "#!/bin/sh" - einfo "exec make ARCH='arm64' CROSS_COMPILE='aarch64-unknown-linux-gnu-' INSTALL_MOD_PATH='${SYSROOT}' '$@'" -} - -pkg_postrm() { - kernel-2_pkg_postrm -} diff --git a/sys-kernel/pinephone-sources/pinephone-sources-5.15.2.ebuild b/sys-kernel/pinephone-sources/pinephone-sources-5.15.2.ebuild deleted file mode 100644 index 15e52f9..0000000 --- a/sys-kernel/pinephone-sources/pinephone-sources-5.15.2.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" -K_NOUSENAME="yes" -K_NOSETEXTRAVERSION="yes" -K_SECURITY_UNSUPPORTED="1" -ETYPE="sources" -inherit kernel-2 -detect_version - -KEYWORDS="~arm64" -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - - -DEPEND="${RDEPEND} - >=sys-devel/patch-2.7.5" - -DESCRIPTION="Full sources for the Linux kernel, with megi's patch for pinephone" - -MEGI_PATCH_URI="https://xff.cz/kernels/${PV:0:4}/patches/all.patch" -SRC_URI="${KERNEL_URI} ${MEGI_PATCH_URI} -> all-${PV}.patch" - -PATCHES=( - ${DISTDIR}/all-${PV}.patch - ${FILESDIR}/ccu-sun50i-a64-reparent-clocks-to-lower-speed-oscillator.patch - ${FILESDIR}/dts-pinephone-drop-modem-power-node.patch - ${FILESDIR}/media-ov5640-Implement-autofocus.patch - ${FILESDIR}/0107-quirk-kernel-org-bug-210681-firmware_rome_error.patch - ${FILESDIR}/0177-leds-gpio-make-max_brightness-configurable.patch - ${FILESDIR}/panic-led-5.12.patch - - # keyboard - ${FILESDIR}/d1d849cae12db71aa81ceedaedc1b17a34790367.patch - ${FILESDIR}/2423aac2d6f5db55da99e11fd799ee66fe6f54c6.patch - - # LRU - #${FILESDIR}/Multigenerational-LRU-Framework.patch -) - -src_prepare() { - default - eapply_user -} - -pkg_postinst() { - kernel-2_pkg_postinst - einfo "For more info on this patchset, and how to report problems, see:" - einfo "${HOMEPAGE}" - einfo "To build the kernel use the following command:" - einfo "make Image Image.gz modules" - einfo "make DTC_FLAGS="-@" dtbs" - einfo "make install; make modules_intall; make dtbs_install" - einfo "If you use kernel config coming with this ebuild, don't forget to also copy dracut-pp.conf to /etc/dracut.conf.d/" - einfo "to make sure proper kernel modules are loaded into initramfs" - einfo "if you want to cross compile pinephone kernel on amd64 host, follow the https://wiki.gentoo.org/wiki/Cross_build_environment" - einfo "to setup cross toolchain environment, then create a xmake wrapper like the following, and replace make with xmake in above commands" - einfo "#!/bin/sh" - einfo "exec make ARCH='arm64' CROSS_COMPILE='aarch64-unknown-linux-gnu-' INSTALL_MOD_PATH='${SYSROOT}' '$@'" -} - -pkg_postrm() { - kernel-2_pkg_postrm -}