From 8d0326cc05966d387f87296e715a78252eb2a859 Mon Sep 17 00:00:00 2001 From: Eric Lee Date: Fri, 15 Apr 2016 23:27:15 +0800 Subject: [PATCH] Fix typo in BBFILE_PRIORITY --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index d210580..4fb051e 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "meta-smarcfimx6" BBFILE_PATTERN_meta-smarcfimx6 := "^${LAYERDIR}" -BBFILE_PRIORITY_meta-smarcfims6 = "16" +BBFILE_PRIORITY_meta-smarcfimx6 = "16" EMB_UBOOT_MIRROR ?= "git://git@git.embedian.com/developer/smarc-t335x-uboot.git" EMB_KERNEL_MIRROR ?= "git://git@git.embedian.com/developer/smarc-fsl-linux-kernel.git" -- 1.9.1