summaryrefslogtreecommitdiff
path: root/sys-kernel/linux-kogaion-live/linux-kogaion-live.skel
diff options
context:
space:
mode:
authorBlackNoxis <steven.darklight@gmail.com>2015-06-14 00:12:59 +0300
committerBlackNoxis <steven.darklight@gmail.com>2015-06-14 00:12:59 +0300
commit75bbf3d6547e6e13e452c06e6a4f07367add5ba1 (patch)
tree57228e770e300a08955662777e40075231e2d861 /sys-kernel/linux-kogaion-live/linux-kogaion-live.skel
parent928b30ee5a1bc803aa72334a527d297cc6a126a1 (diff)
added test ebuilds
Diffstat (limited to 'sys-kernel/linux-kogaion-live/linux-kogaion-live.skel')
-rw-r--r--sys-kernel/linux-kogaion-live/linux-kogaion-live.skel30
1 files changed, 30 insertions, 0 deletions
diff --git a/sys-kernel/linux-kogaion-live/linux-kogaion-live.skel b/sys-kernel/linux-kogaion-live/linux-kogaion-live.skel
new file mode 100644
index 00000000..a8ff21b3
--- /dev/null
+++ b/sys-kernel/linux-kogaion-live/linux-kogaion-live.skel
@@ -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="20150320"
+K_ROGKERNEL_FORCE_SUBLEVEL="0"
+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"