Code Review
/
AGL
/
meta-agl-devel.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
06f89f6916ec63d5118afc8501d4e900a3422722
[AGL/meta-agl-devel.git]
/
1
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
2
3
SRC_URI += " \
4
file://areas.horizontal.json \
5
"
6
7
do_compile_prepend() {
8
cp ${WORKDIR}/areas.horizontal.json ${S}/conf/areas.json
9
}