mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
meta-valleyisland: Add linux-yocto 3.10 recipe
Added linux-yocto 3.10 due to it cannot be shared with common intel recipe kernel. The reason cannot be shared as for valleyisland case has additional feature that is still pending to pull into LTS/LTSI and hence it cannot be merged into "standard/base". For this particular reason, a feature branch of "valleyisland-io-1.0" is introduced to include additional feature. However in order to make it more align with intel common recipe kernel,machine branch is pointing to "standard/base" and SRCREV for meta remains closest as possible. Signed-off-by: Chan Wei Sern <wei.sern.chan@intel.com> Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Acked-By: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
This commit is contained in:
parent
e115c95163
commit
756a8fbfcd
|
@ -0,0 +1,35 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
#############################
|
||||
# MACHINE = valleyisland-32 #
|
||||
#############################
|
||||
COMPATIBLE_MACHINE_valleyisland-32 = "valleyisland-32"
|
||||
KMACHINE_valleyisland-32 = "valleyisland-32"
|
||||
KBRANCH_valleyisland-32 = "standard/base"
|
||||
KERNEL_FEATURES_valleyisland-32 = " features/valleyisland-io/valleyisland-io \
|
||||
features/valleyisland-io/valleyisland-io-pci.scc"
|
||||
|
||||
LINUX_VERSION_valleyisland-32 = "3.10.40"
|
||||
SRCREV_machine_valleyisland-32 = "f53a6114b3a6e8c03ca4752de829887015f4c942"
|
||||
SRCREV_meta_valleyisland-32 = "90edb289dccfe838d4e364e1a5815447a6642b98"
|
||||
SRCREV_valleyisland-io_valleyisland-32 = "8ea4fb625f2654bbdd5dfcb9db67328d21ebe504"
|
||||
|
||||
SRC_URI_valleyisland-32 = "git://git.yoctoproject.org/linux-yocto-3.10.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA},valleyisland-io-1.0;name=machine,meta,valleyisland-io"
|
||||
|
||||
#############################
|
||||
# MACHINE = valleyisland-64 #
|
||||
#############################
|
||||
COMPATIBLE_MACHINE_valleyisland-64 = "valleyisland-64"
|
||||
KMACHINE_valleyisland-64 = "valleyisland"
|
||||
KBRANCH_valleyisland-64 = "standard/base"
|
||||
KERNEL_FEATURES_valleyisland-64 = " features/valleyisland-io/valleyisland-io \
|
||||
features/valleyisland-io/valleyisland-io-pci.scc"
|
||||
|
||||
LINUX_VERSION_valleyisland-64 = "3.10.40"
|
||||
SRCREV_machine_valleyisland-64 = "f53a6114b3a6e8c03ca4752de829887015f4c942"
|
||||
SRCREV_meta_valleyisland-64 = "90edb289dccfe838d4e364e1a5815447a6642b98"
|
||||
SRCREV_valleyisland-io_valleyisland-64 = "8ea4fb625f2654bbdd5dfcb9db67328d21ebe504"
|
||||
|
||||
SRC_URI_valleyisland-64 = "git://git.yoctoproject.org/linux-yocto-3.10.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA},valleyisland-io-1.0;name=machine,meta,valleyisland-io"
|
||||
|
||||
module_autoload_i2c-dev = "i2c-dev"
|
Loading…
Reference in New Issue
Block a user