Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
meta-intel
/
8b929497b40476fa4fa4e59a30a1fa68535f080f
/
.
/
meta-common
/
recipes-phosphor
/
webui
/
phosphor-webui_%.bbappend
blob: ff1bfdb099a94b2b8eed74bfc1027b4fe7d1a070 [
file
] [
log
] [
blame
]
Cheng C Yang
fcd39a5
2019-02-25 09:28:49 +0800
[
diff
] [
blame
]
1
FILESEXTRAPATHS_prepend
:=
"${THISDIR}/${PN}:"
2
3
SRC_URI_append
=
" file://config.json"
4
5
do_compile_prepend
()
{
6
cp
-
r $
{
WORKDIR
}/
config
.
json $
{
S
}/
7
}
8