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 Inline Diff

1 # We have a conf and classes directory, add to BBPATH 1 # We have a conf and classes directory, add to BBPATH
2 BBPATH .= ":${LAYERDIR}" 2 BBPATH .= ":${LAYERDIR}"
3 3
4 # We have a packages directory, add to BBFILES 4 # We have a packages directory, add to BBFILES
5 BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ 5 BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend" 6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7 7
8 BBFILE_COLLECTIONS += "meta-smarcfimx6" 8 BBFILE_COLLECTIONS += "meta-smarcfimx6"
9 BBFILE_PATTERN_meta-smarcfimx6 := "^${LAYERDIR}" 9 BBFILE_PATTERN_meta-smarcfimx6 := "^${LAYERDIR}"
10 BBFILE_PRIORITY_meta-smarcfims6 = "16" 10 BBFILE_PRIORITY_meta-smarcfimx6 = "16"
11 11
12 EMB_UBOOT_MIRROR ?= "git://git@git.embedian.com/developer/smarc-t335x-uboot.git" 12 EMB_UBOOT_MIRROR ?= "git://git@git.embedian.com/developer/smarc-t335x-uboot.git"
13 EMB_KERNEL_MIRROR ?= "git://git@git.embedian.com/developer/smarc-fsl-linux-kernel.git" 13 EMB_KERNEL_MIRROR ?= "git://git@git.embedian.com/developer/smarc-fsl-linux-kernel.git"
14 14
15 MIRRORS += " \ 15 MIRRORS += " \
16 ${EMB_UBOOT_MIRROR} git://github.com/embedian/smarc-uboot.git;protocol=git;branch=${SRCBRANCH} \n \ 16 ${EMB_UBOOT_MIRROR} git://github.com/embedian/smarc-uboot.git;protocol=git;branch=${SRCBRANCH} \n \
17 ${EMB_KERNEL_MIRROR} git://github.com/embedian/smarc-fsl-linux-kernel.git;protocol=git;branch=${SRCBRANCH} \n \ 17 ${EMB_KERNEL_MIRROR} git://github.com/embedian/smarc-fsl-linux-kernel.git;protocol=git;branch=${SRCBRANCH} \n \
18 " 18 "
19 19
20 LAYERDEPENDS_meta-smarcfimx6 = "core fsl-arm" 20 LAYERDEPENDS_meta-smarcfimx6 = "core fsl-arm"
21 21