Commit a378ee3c authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

EXTRA_OEMAKE

parent 2be1fba9
...@@ -9,6 +9,13 @@ do_unpack(){ ...@@ -9,6 +9,13 @@ do_unpack(){
fi fi
} }
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() { do_install_append() {
oe_runmake 'DESTDIR=${D}' install oe_runmake ${EXTRA_OEMAKE} install
} }
\ No newline at end of file
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