summaryrefslogtreecommitdiffstats
path: root/recipes-extended/ipxe/ipxe_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2025-06-25 22:49:03 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2025-06-25 22:49:03 -0400
commit7a2ad2585b0a3e80b5e943c771db7310de761d5b (patch)
tree6741d5c0842663d9214cb36252a4a22db2d56b4c /recipes-extended/ipxe/ipxe_git.bb
parentbc2a750d5cd518706aff406da6e0719ce475e36b (diff)
downloadmeta-virtualization-7a2ad2585b0a3e80b5e943c771db7310de761d5b.tar.gz
recipes-extended: adapt to UNPACKDIR changes
Adjusting our extended recipes to the OE core UNPACKDIR processing. We mainly just drop our S = assignments for git recipes Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended/ipxe/ipxe_git.bb')
-rw-r--r--recipes-extended/ipxe/ipxe_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/ipxe/ipxe_git.bb b/recipes-extended/ipxe/ipxe_git.bb
index 8625919d..c39b86ba 100644
--- a/recipes-extended/ipxe/ipxe_git.bb
+++ b/recipes-extended/ipxe/ipxe_git.bb
@@ -25,6 +25,8 @@ SRC_URI = " \
25 file://0004-build-Remove-unsafe-disable-function-wrapper-from-le.patch;patchdir=.. \ 25 file://0004-build-Remove-unsafe-disable-function-wrapper-from-le.patch;patchdir=.. \
26 " 26 "
27 27
28S = "${UNPACKDIR}/${BB_GIT_DEFAULT_DESTSUFFIX}/src"
29
28FILES:${PN} = "/usr/share/firmware/*.rom" 30FILES:${PN} = "/usr/share/firmware/*.rom"
29 31
30EXTRA_OEMAKE = ' \ 32EXTRA_OEMAKE = ' \
@@ -35,8 +37,6 @@ EXTRA_OEMAKE = ' \
35 NO_WERROR="1" \ 37 NO_WERROR="1" \
36' 38'
37 39
38S = "${WORKDIR}/git/src"
39
40do_compile() { 40do_compile() {
41 # Makefile.housekeeping:111: GNU gold is unsuitable for building iPXE 41 # Makefile.housekeeping:111: GNU gold is unsuitable for building iPXE
42 # Makefile.housekeeping:112: Use GNU ld instead 42 # Makefile.housekeeping:112: Use GNU ld instead