From 057c7e79c9ecc7d95fff504bcf56850de342dc52 Mon Sep 17 00:00:00 2001 From: BlackNoxis Date: Tue, 25 Nov 2014 19:02:29 +0200 Subject: Adding the new ebuilds for -25 --- .../kogaion-sources/kogaion-sources-3.14.25.ebuild | 22 ++++++++++++++++ .../linux-kogaion/linux-kogaion-3.14.25.ebuild | 29 ++++++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 sys-kernel/kogaion-sources/kogaion-sources-3.14.25.ebuild create mode 100644 sys-kernel/linux-kogaion/linux-kogaion-3.14.25.ebuild (limited to 'sys-kernel') diff --git a/sys-kernel/kogaion-sources/kogaion-sources-3.14.25.ebuild b/sys-kernel/kogaion-sources/kogaion-sources-3.14.25.ebuild new file mode 100644 index 00000000..8c29647b --- /dev/null +++ b/sys-kernel/kogaion-sources/kogaion-sources-3.14.25.ebuild @@ -0,0 +1,22 @@ +# Copyright 2004-2014 Kogaion, Argent and ArgOS Linux +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +K_ROGKERNEL_NAME="kogaion" +K_ROGKERNEL_URI_CONFIG="yes" +K_ROGKERNEL_SELF_TARBALL_NAME="kogaion" +K_ONLY_SOURCES="1" +K_ROGKERNEL_FORCE_SUBLEVEL="0" +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-3.14.25.ebuild b/sys-kernel/linux-kogaion/linux-kogaion-3.14.25.ebuild new file mode 100644 index 00000000..22d5351d --- /dev/null +++ b/sys-kernel/linux-kogaion/linux-kogaion-3.14.25.ebuild @@ -0,0 +1,29 @@ +# Copyright 2004-2013 Sabayon Linux +# 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="20140603" +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" -- cgit v1.2.3