mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-05 05:15:24 +02:00

Mainly to support Micrel PHY. Signed-off-by: Chris Dimich <chris.dimich@boundarydevices.com>
25 lines
790 B
BlitzBasic
25 lines
790 B
BlitzBasic
# Adapted from linux-imx.inc, copyright (C) 2013, 2014 O.S. Systems Software LTDA
|
|
# Released under the MIT license (see COPYING.MIT for the terms)
|
|
|
|
require recipes-kernel/linux/linux-imx.inc
|
|
|
|
SUMMARY = "Linux kernel for Boundary Devices boards"
|
|
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
|
|
|
|
LINUX_VERSION = "5.4.110"
|
|
|
|
SRC_URI = "git://github.com/boundarydevices/linux-imx6.git;branch=${SRCBRANCH} \
|
|
"
|
|
|
|
LOCALVERSION = "-2.3.0+yocto"
|
|
SRCBRANCH = "boundary-imx_5.4.x_2.3.0"
|
|
SRCREV = "416a2089741b864c5073dc2e0090229f6bcbc8df"
|
|
DEPENDS += "lzop-native bc-native"
|
|
COMPATIBLE_MACHINE = "(nitrogen6x|nitrogen6x-lite|nitrogen6sx|nitrogen7|nitrogen8m|nitrogen8mm|nitrogen8mn|nitrogen8mp)"
|
|
|
|
KBUILD_DEFCONFIG ?= "boundary_defconfig"
|
|
|
|
S = "${WORKDIR}/git"
|