Commit bf30ed6d authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

removed copy-pasting from accident middle-clicks

parent b13bc28b
......@@ -184,7 +184,7 @@ do_install_append() {
install -d ${D}/etc/elphel393/packages
echo "${ELPHEL_PE}.${ELPHEL_PV}.${ELPHEL_PR}" > ${D}/etc/elphel393/packages/linux-elphel
echo "installing headers to ${WORKDIR}/headers"linux-"+MACHINE+"-standard-build
echo "installing headers to ${WORKDIR}/headers"
make headers_install INSTALL_HDR_PATH="${WORKDIR}/headers"
}
......@@ -192,7 +192,7 @@ do_install_append() {
sysroot_stage_all_append() {
#sysroot_stage_dir ${WORKDIR}/headers/include ${STAGING_DIR_TARGET}/usr/include-uapi
# Elphel, Rocko, new:do_compile_kernelmodules
# Elphel, Rocko, new:
sysroot_stage_dir ${WORKDIR}/headers/include ${SYSROOT_DESTDIR}/usr/include-uapi
}
......@@ -221,7 +221,7 @@ do_target_scp[doc] = "scp copied the kernel to REMOTE_PATH on the target. REMOTE
do_compile_append(){
# this shoul help with "fixdep: permission denied"
# this should help with "fixdep: permission denied"
#rm -rf ${WORKDIR}/linux-${MACHINE}-standard-build/scripts/basic
}
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