Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
meta-elphel393
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
meta-elphel393
Commits
416cbd55
Commit
416cbd55
authored
Sep 16, 2016
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed recursive INITSRING in other projects
parent
9c2a3224
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
elphel-dev.bbclass
classes/elphel-dev.bbclass
+2
-0
init_1.0.bb
recipes-core/init/init_1.0.bb
+2
-2
No files found.
classes/elphel-dev.bbclass
View file @
416cbd55
...
...
@@ -23,6 +23,8 @@ ELPHEL393_USERADD = "eval ${FAKEROOTENV} PSEUDO_LOCALSTATEDIR=${STAGING_DIR_TARG
ELPHEL393_INSTALL = "install"
ELPHEL393_MKNOD = "mknod"
INITSTRING ??= "somescript.sh"
EXTRA_OEMAKE = " \
INSTALL=${ELPHEL393_INSTALL} \
MKNOD=${ELPHEL393_MKNOD} \
...
...
recipes-core/init/init_1.0.bb
View file @
416cbd55
...
...
@@ -8,6 +8,8 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-3.0;md5=c79ff39f19dfec6d293
VPATH = "${TOPDIR}/../../rootfs-elphel/elphel-init"
INITSTRING ??= "init_elphel393.sh"
inherit elphel-dev
do_configure[noexec] = "1"
...
...
@@ -19,5 +21,3 @@ INITSCRIPT_NAME = "init_elphel393"
INITSCRIPT_PARAMS = "defaults 94"
inherit update-rc.d
INITSTRING ??= "init_elphel393.sh"
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment