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
c66b8bbf
Commit
c66b8bbf
authored
Aug 12, 2016
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into framepars
parents
ddff1c35
8c2db24b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
elphel-dev.bbclass
classes/elphel-dev.bbclass
+9
-2
No files found.
classes/elphel-dev.bbclass
View file @
c66b8bbf
...
...
@@ -5,10 +5,17 @@ inherit elphel-misc
do_unpack(){
if [ -d ${S} ]; then
rm -rf ${S}
ln -sf ${VPATH} ${S}
fi
ln -sf ${VPATH} ${S}
}
EXTRA_OEMAKE = " \
DESTDIR=${D} \
ELPHEL_KERNEL_DIR=${STAGING_KERNEL_DIR} \
STAGING_KERNEL_DIR=${STAGING_KERNEL_DIR} \
STAGING_DIR_HOST=${STAGING_DIR_HOST} \
"
do_install_append() {
oe_runmake
'DESTDIR=${D}'
install
oe_runmake
${EXTRA_OEMAKE}
install
}
\ 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