Blame view

conf/layer.conf 1.61 KB
3745f5192   Eric Lee   Initial Release, ...
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
  # 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"
  
  LAYERSERIES_COMPAT_smarcimx8m = "sumo"
  
  LICENSE_PATH += "${LAYERDIR}/licenses"
  
  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/imx-gpu-viv/imx-gpu-viv_5.0.11.p8.6-hfp.bb"
  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 xxd"
  
  # Enable optee for all builds using this layer, assuming the machine supports it.
  # To remove optee from the build, add the following line to local.conf:
  # DISTRO_FEATURES_remove = "optee"
  # DEPRECATED: The ability to remove optee from the build is deprecated and
  # will be removed in some future release.
  DISTRO_FEATURES_append = " optee"
  
  DISTRO_FEATURES_FILTER_NATIVESDK += "wayland"
  
  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} 
   \
  "