In CHIPSEC v1.2.5 there is no need to change directories since things can now be built from the root of the repository. Signed-off-by: Ricardo Neri --- meta-luv/recipes-core/chipsec/chipsec_git.bb | 9 --------- 1 file changed, 9 deletions(-) diff --git a/meta-luv/recipes-core/chipsec/chipsec_git.bb b/meta-luv/recipes-core/chipsec/chipsec_git.bb index 8f96440..da0f970 100644 --- a/meta-luv/recipes-core/chipsec/chipsec_git.bb +++ b/meta-luv/recipes-core/chipsec/chipsec_git.bb @@ -60,14 +60,6 @@ do_patch_append() { bb.build.exec_func('fix_kernel_source_dir', d) } -do_compile_prepend() { - cd ${S}/source/tool -} - -do_install_prepend() { - cd ${S}/source/tool -} - do_install_append() { install -d ${D}${bindir} install -m 0755 ${WORKDIR}/chipsec ${D}${bindir} @@ -75,5 +67,4 @@ do_install_append() { LUV_TEST_LOG_PARSER="luv-parser-chipsec" -FILES_${PN} += "/lib/modules/${KERNEL_VERSION}/extra/chipsec.ko" FILES_${PN}-dbg +="${libdir}/${PYTHON_DIR}/site-packages/${PN}/helper/linux/.debug" -- 2.7.4