Commit 6a358bc3 authored by Mikhail Karpenko's avatar Mikhail Karpenko

Merge branch 'master' of https://github.com/Elphel/meta-elphel393

parents e4ad4ba9 9c2a3224
...@@ -33,7 +33,7 @@ EXTRA_OEMAKE = " \ ...@@ -33,7 +33,7 @@ EXTRA_OEMAKE = " \
USERADD='${ELPHEL393_USERADD}' \ USERADD='${ELPHEL393_USERADD}' \
REMOTE_USER=${REMOTE_USER} \ REMOTE_USER=${REMOTE_USER} \
REMOTE_IP=${REMOTE_IP} \ REMOTE_IP=${REMOTE_IP} \
INITSTRING=${INITSTRING} \ INITSTRING='${INITSTRING}' \
" "
do_compile_prepend() { do_compile_prepend() {
......
# Adding support for scp files to the target (similar to install) --- # Adding support for scp files to the target (similar to install) ---
REMOTE_USER ??= "root"
REMOTE_IP ??= "192.168.0.9"
IDENTITY_FILE ??= "~/.ssh/id_rsa" IDENTITY_FILE ??= "~/.ssh/id_rsa"
do_target_scp () { do_target_scp () {
......
...@@ -16,7 +16,7 @@ do_configure[noexec] = "1" ...@@ -16,7 +16,7 @@ do_configure[noexec] = "1"
FILES_${PN} += " ${base_prefix}/etc/* ${base_prefix}/etc/init.d/*" FILES_${PN} += " ${base_prefix}/etc/* ${base_prefix}/etc/init.d/*"
INITSCRIPT_NAME = "init_elphel393" INITSCRIPT_NAME = "init_elphel393"
INITSCRIPT_PARAMS = "defaults 95" INITSCRIPT_PARAMS = "defaults 94"
inherit update-rc.d inherit update-rc.d
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment