[PATCH 4/9] chipsec: remove _prepend's that change directories
Ricardo Neri <[email protected]> Fri, 10 Mar 2017 15:36:16 -0800
| Newsgroups | dev.linux.lists.oe-chipsec |
|---|---|
| Message-ID | <1489188981-23886-5-git-send-email-ricardo.neri-calderon@linux.intel.com> |
--===============4812679534618897207== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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 <[email protected]> --- 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/recipe= s-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=3D"luv-parser-chipsec" = -FILES_${PN} +=3D "/lib/modules/${KERNEL_VERSION}/extra/chipsec.ko" FILES_${PN}-dbg +=3D"${libdir}/${PYTHON_DIR}/site-packages/${PN}/helper/li= nux/.debug" -- = 2.7.4 --===============4812679534618897207==--