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

Old recipe had construction error due to virtual / kernel and updated linux 4.9 -> 5.4 Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br> Change-Id: I8d37a7766749421b41124ee5147fc3df65358edc
19 lines
690 B
BlitzBasic
19 lines
690 B
BlitzBasic
# Copyright (C) 2018 Advantech Corporation
|
|
# Released under the MIT license (see COPYING.MIT for the terms)
|
|
|
|
include recipes-kernel/linux/linux-imx.inc
|
|
DEPENDS += "lzop-native bc-native"
|
|
|
|
SRCBRANCH = "imx_5.4.3_2.0.0"
|
|
SRCREV = "6ea635c2f9b08dc75ffef7d6262a2c6df7afa4e1"
|
|
LOCALVERSION = "-${SRCBRANCH}-dms-ba16"
|
|
|
|
SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${SRCBRANCH} \
|
|
file://0001-Add-support-for-the-Advantech-DMS-BA16-Board.patch \
|
|
file://0002-mfd-da9063-Add-wakeup-source-support.patch \
|
|
file://0003-da9063-Add-a-PMIC-qurk-to-support-system-suspend-res.patch \
|
|
file://defconfig \
|
|
"
|
|
|
|
COMPATIBLE_MACHINE = "(imx6q-dms-ba16)"
|