mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
20 lines
544 B
BlitzBasic
20 lines
544 B
BlitzBasic
# Adapted from linux-imx.inc, copyright (C) 2013 O.S. Systems Software LTDA
|
|
# Released under the MIT license (see COPYING.MIT for the terms)
|
|
|
|
require recipes-kernel/linux/linux-imx.inc
|
|
|
|
DESCRIPTION = "Linux kernel for Boundary Devices boards"
|
|
|
|
SRC_URI = "git://github.com/boundarydevices/linux-imx6.git \
|
|
file://defconfig"
|
|
|
|
LOCALVERSION = "-4.1.0+yocto"
|
|
SRCREV = "58099389255add7c17ce6babf37a50ce5d11d6b8"
|
|
|
|
|
|
# GPU support patches
|
|
SRC_URI += "file://drm-vivante-Add-00-sufix-in-returned-bus-Id.patch \
|
|
"
|
|
|
|
COMPATIBLE_MACHINE = "(mx6)"
|