summaryrefslogtreecommitdiff
path: root/sys-kernel
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-08-26 23:28:08 +0100
committerV3n3RiX <venerix@rogentos.ro>2016-08-26 23:28:08 +0100
commit6383cf470890bc1ea455de1a0a7b56a51a03e4a1 (patch)
treecd7dca994ebae836cc44827e1ec9f1b16771490b /sys-kernel
parentc1665786d9b395221a0c058febbaebffd3db961e (diff)
revbump the kernel, now with USB3 support
Diffstat (limited to 'sys-kernel')
-rw-r--r--sys-kernel/kogaion-sources/kogaion-sources-4.4.4-r1.ebuild25
-rw-r--r--sys-kernel/linux-kogaion/linux-kogaion-4.4.4-r1.ebuild30
2 files changed, 55 insertions, 0 deletions
diff --git a/sys-kernel/kogaion-sources/kogaion-sources-4.4.4-r1.ebuild b/sys-kernel/kogaion-sources/kogaion-sources-4.4.4-r1.ebuild
new file mode 100644
index 00000000..82cf687a
--- /dev/null
+++ b/sys-kernel/kogaion-sources/kogaion-sources-4.4.4-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2004-2013 Sabayon Linux
+# Copyright 2004-2014 Kogaion, Argent and ArgOS Linux
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit versionator
+
+K_ROGKERNEL_NAME="kogaion"
+K_ROGKERNEL_URI_CONFIG="yes"
+K_ROGKERNEL_SELF_TARBALL_NAME="kogaion"
+K_ONLY_SOURCES="1"
+K_ROGKERNEL_FORCE_SUBLEVEL="4-r1"
+K_KERNEL_NEW_VERSIONING="1"
+
+inherit kogaion-kernel
+
+KEYWORDS="amd64 ~arm x86"
+DESCRIPTION="Official Kogaion Linux Standard kernel sources"
+RESTRICT="mirror"
+IUSE="sources_standalone"
+
+DEPEND="${DEPEND}
+ sources_standalone? ( !=sys-kernel/linux-kogaion-${PVR} )
+ !sources_standalone? ( =sys-kernel/linux-kogaion-${PVR} )"
diff --git a/sys-kernel/linux-kogaion/linux-kogaion-4.4.4-r1.ebuild b/sys-kernel/linux-kogaion/linux-kogaion-4.4.4-r1.ebuild
new file mode 100644
index 00000000..e92bb3b8
--- /dev/null
+++ b/sys-kernel/linux-kogaion/linux-kogaion-4.4.4-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2004-2013 Sabayon Linux
+# Copyright 2015 Kogaion
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit versionator
+
+K_ROGKERNEL_SELF_TARBALL_NAME="kogaion"
+K_REQUIRED_LINUX_FIRMWARE_VER="20150206"
+K_ROGKERNEL_FORCE_SUBLEVEL="4-r1"
+K_ROGKERNEL_PATCH_UPSTREAM_TARBALL="0"
+
+_ver="$(get_version_component_range 1-2)"
+if use arm; then
+ K_KERNEL_IMAGE_NAME="uImage dtbs"
+elif [ "${_ver}" = "3.9" ]; then
+ K_ROGKERNEL_ZFS="1"
+fi
+K_KERNEL_NEW_VERSIONING="1"
+
+K_MKIMAGE_RAMDISK_ADDRESS="0x81000000"
+K_MKIMAGE_RAMDISK_ENTRYPOINT="0x00000000"
+K_MKIMAGE_KERNEL_ADDRESS="0x80008000"
+
+inherit kogaion-kernel
+
+KEYWORDS="amd64 x86"
+DESCRIPTION="Official Kogaion Linux Standard kernel image"
+RESTRICT="mirror"