# Copyright (C) 2022 LingYun IoT System Studio
|
# Released under the GPLv2 license
|
#
|
# SPDX-License-Identifier: GPLv2
|
#
|
|
SUMMARY = "Linux Kernel provided and supported by LingYun IoT System Studio"
|
DESCRIPTION = "Linux Kernel provided and supported by LingYun with focus on IGKBoard"
|
|
COMPATIBLE_MACHINE = "(mx6)"
|
|
LICENSE = "GPLv2"
|
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
|
|
# https://source.codeaurora.org/external/imx/uboot-imx/tag/?h=lf-5.15.32-2.0.0
|
SRCREV = "1c881f4da83cc05bee50f352fa183263d7e2622b"
|
LOCALVERSION = "-lf-5.15.32-2.0.0"
|
|
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
|
SRC_URI:append = " file://uboot-imx-lf-5.15.32-2.0.0.patch "
|