[ create a new paste ] login | about

Link: http://codepad.org/0wRjxcAS    [ raw code | output | fork ]

Lua, pasted on Jun 5:
1
2
3
4
5
6
7
8
9
10
11
12
13
# POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf
# changes incompatibly
POKY_BBLAYERS_CONF_VERSION = "2"

BBPATH = "${TOPDIR}"
BBFILES ?= ""

BBLAYERS ?= " \
  /home/jjosburn/pyro-meta-qt5/meta \
  /home/jjosburn/pyro-meta-qt5/meta-poky \
  /home/jjosburn/pyro-meta-qt5/meta-qt5 \
  /home/jjosburn/pyro-meta-qt5/meta-yocto-bsp \
  "


Output:
1
line 2: unexpected symbol near '#'


Create a new paste based on this one


Comments: