u-boot-dey: cosmetic, rename include file

Follow the pattern Yocto uses for most of the include files for recipes.

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2022-12-01 14:07:55 +01:00
parent a6c570802d
commit f165e77194
4 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Copyright (C) 2018-2021 Digi International
require digi-u-boot.inc
require u-boot-dey.inc
SRCBRANCH = "v2017.03/master"
SRCREV = "${AUTOREV}"

View File

@ -1,6 +1,6 @@
# Copyright (C) 2020-2022 Digi International
require digi-u-boot.inc
require u-boot-dey.inc
LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e"
DEPENDS += "flex-native bison-native"

View File

@ -1,6 +1,6 @@
# Copyright (C) 2022 Digi International
require digi-u-boot.inc
require u-boot-dey.inc
LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025"
DEPENDS += "flex-native bison-native"