Blame view

conf/layer.conf 1.06 KB
8da26e498   Eric Lee   Yocto rocko meta ...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
  # 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 += "smarcimx8m"
  BBFILE_PATTERN_smarcimx8m := "^${LAYERDIR}/"
  BBFILE_PRIORITY_smarcimx8m = "12"
  
  BBMASK += "meta-freescale/recipes-graphics/clutter/clutter-1.0_%.bbappend"
  BBMASK += "meta-freescale/recipes-graphics/cogl/cogl-1.0_%.bbappend"
  BBMASK += "meta-freescale/recipes-graphics/mesa/mesa-demos_%.bbappend"
  BBMASK += "meta-freescale/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p8.6.bb"
  
  HOSTTOOLS_NONFATAL_append = " sha384sum"
  
  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} 
   \
  "