Add u-boot and linux kernel

This commit is contained in:
nemunaire 2015-01-27 05:10:45 +01:00
commit 76bfeaab31
6 changed files with 110 additions and 0 deletions

View file

@ -0,0 +1 @@
EBUILD odroidc1-sources-3.10.9999.ebuild 596 SHA256 e619f51179606dc7b01adf650b8d62574d13030c9c0f7be0b6a326e5a6cce521 SHA512 9867c28de016f7a8f0c50223475bd2f56c2e1b4e5505b66d241e476e0f82df6e0a06a5d84e270120690dcac61948be0c95cbf35b1836ea43eb46742539ba6bc9 WHIRLPOOL 1be73a2ea7e4bac0d591521c807a19ab518c0d0949a740c3f35ee47506fd8d8c2947f8566ea5f07f216a9df99c0c05c7223fc83c62787d44dcd3df3c43957def

View file

@ -0,0 +1,31 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
ETYPE=sources
K_DEFCONFIG="odroidc_defconfig"
K_SECURITY_UNSUPPORTED=1
EXTRAVERSION="-${PN}/-*"
inherit kernel-2
detect_version
detect_arch
inherit git-r3 versionator
EGIT_REPO_URI="git://github.com/hardkernel/linux.git"
EGIT_BRANCH="odroidc-$(get_version_component_range 1-2).y"
EGIT_CHECKOUT_DIR="$S"
DESCRIPTION="Linux source for Odroid devices"
HOMEPAGE="https://github.com/hardkernel/linux"
KEYWORDS="~arm"
src_unpack()
{
git-r3_src_unpack
unpack_set_extraversion
}