Commit 8d0326cc05966d387f87296e715a78252eb2a859

Authored by Eric Lee
1 parent f10cf07157
Exists in master

Fix typo in BBFILE_PRIORITY

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -7,7 +7,7 @@
7 7  
8 8 BBFILE_COLLECTIONS += "meta-smarcfimx6"
9 9 BBFILE_PATTERN_meta-smarcfimx6 := "^${LAYERDIR}"
10   -BBFILE_PRIORITY_meta-smarcfims6 = "16"
  10 +BBFILE_PRIORITY_meta-smarcfimx6 = "16"
11 11  
12 12 EMB_UBOOT_MIRROR ?= "git://git@git.embedian.com/developer/smarc-t335x-uboot.git"
13 13 EMB_KERNEL_MIRROR ?= "git://git@git.embedian.com/developer/smarc-fsl-linux-kernel.git"