mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 20:19:01 +02:00

Change-Id: I145ba215c6df8751d6c82a1312af780a5e66dd29 Signed-off-by: John Weber <rjohnweber@gmail.com>
21 lines
591 B
PHP
21 lines
591 B
PHP
# Adapted from linux-imx.inc, copyright (C) 2012, 2013 O.S. Systems Software LTDA
|
|
# Released under the MIT license (see COPYING.MIT for the terms)
|
|
|
|
DESCRIPTION = "Linux kernel for Wandboard"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
|
|
|
|
require recipes-kernel/linux/linux-imx.inc
|
|
|
|
INC_PR = "r1"
|
|
|
|
# Put a local version until we have a true SRCREV to point to
|
|
LOCALVERSION ?= "+yocto"
|
|
SCMVERSION ?= "y"
|
|
|
|
# SRC_URI for wandboard kernel
|
|
SRC_URI = "git://github.com/johnweber/linux.git;branch=wandboard-integration \
|
|
file://defconfig \
|
|
"
|
|
|