Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"customKeyEnable": true,
|
||||
"keyType" : "VT100+",
|
||||
"customConsoleDisplaySize": {
|
||||
"width": 100,
|
||||
"height": 32
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
FILESEXTRAPATHS:prepend:intel := "${THISDIR}/${PN}:"
|
||||
|
||||
SRC_URI:append:intel = " file://config.json"
|
||||
|
||||
do_compile:prepend:intel() {
|
||||
cp -r ${WORKDIR}/config.json ${S}/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user