Blame view

conf/layer.conf 797 Bytes
f10cf0715   Eric Lee   First Commit, SMA...
1
2
3
4
5
6
7
8
9
  # We have a conf and classes directory, add to BBPATH
  BBPATH .= ":${LAYERDIR}"
  
  # We have a packages directory, add to BBFILES
  BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
              ${LAYERDIR}/recipes-*/*/*.bbappend"
  
  BBFILE_COLLECTIONS += "meta-smarcfimx6"
  BBFILE_PATTERN_meta-smarcfimx6 := "^${LAYERDIR}"
8d0326cc0   Eric Lee   Fix typo in BBFIL...
10
  BBFILE_PRIORITY_meta-smarcfimx6 = "16"
f10cf0715   Eric Lee   First Commit, SMA...
11
12
13
14
15
16
17
18
19
20
21
22
  
  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"
  
  MIRRORS += " \
  ${EMB_UBOOT_MIRROR}   git://github.com/embedian/smarc-uboot.git;protocol=git;branch=${SRCBRANCH} 
   \
  ${EMB_KERNEL_MIRROR}   git://github.com/embedian/smarc-fsl-linux-kernel.git;protocol=git;branch=${SRCBRANCH} 
   \
  "
  
  LAYERDEPENDS_meta-smarcfimx6 = "core fsl-arm"