ICB-HSMC Daughter Card » bblayers.conf
| 1 | 
      # POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf
     | 
  
|---|---|
| 2 | 
      # changes incompatibly
     | 
  
| 3 | 
      POKY_BBLAYERS_CONF_VERSION = "2"  | 
  
| 4 | 
       | 
  
| 5 | 
      BBPATH = "${TOPDIR}"  | 
  
| 6 | 
      BBFILES ?= ""  | 
  
| 7 | 
      BBLAYERS_ROOT = "${TOPDIR}/.."  | 
  
| 8 | 
       | 
  
| 9 | 
       | 
  
| 10 | 
      BBLAYERS ?= " \  | 
  
| 11 | 
        ${BBLAYERS_ROOT}/meta \
     | 
  
| 12 | 
        ${BBLAYERS_ROOT}/meta-poky \
     | 
  
| 13 | 
        ${BBLAYERS_ROOT}/meta-yocto-bsp \
     | 
  
| 14 | 
        ${BBLAYERS_ROOT}/meta-openembedded/meta-oe \
     | 
  
| 15 | 
        ${BBLAYERS_ROOT}/meta-ti \
     | 
  
| 16 | 
        ${BBLAYERS_ROOT}/meta-cl-socfpga \
     | 
  
| 17 | 
        ${BBLAYERS_ROOT}/meta-icb-hsmc \
     | 
  
| 18 | 
        "
     | 
  
- « Previous
 - 1
 - …
 - 3
 - 4
 - 5
 - Next »