linux: fix some build issues and update copyright date
Signed-off-by: Mike Engel <Mike.Engel@digi.com>
This commit is contained in:
parent
fac1704d6e
commit
652341f3b1
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2018-2021 Digi International
|
# Copyright (C) 2018-2022 Digi International
|
||||||
|
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
|
||||||
|
|
||||||
DEPENDS += "lzop-native bc-native"
|
DEPENDS += "lzop-native bc-native"
|
||||||
|
|
||||||
inherit kernel fsl-kernel-localversion
|
inherit kernel
|
||||||
|
inherit ${@oe.utils.conditional('DEY_BUILD_PLATFORM', 'NXP', 'fsl-kernel-localversion', '', d)}
|
||||||
|
|
||||||
SRCBRANCH = "v5.4.70/master"
|
SRCBRANCH = "v5.4.70/master"
|
||||||
require recipes-kernel/linux/linux-dey-src.inc
|
require recipes-kernel/linux/linux-dey-src.inc
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue