Makefile: fix SDK relocation for per-package-dirs
authorBrandon Maier <Brandon.Maier@collins.com>
Tue, 27 Dec 2022 15:43:00 +0000 (09:43 -0600)
committerArnout Vandecappelle <arnout@mind.be>
Sun, 15 Oct 2023 18:20:36 +0000 (20:20 +0200)
commit25e60fbe1cabb678952330a8d8d48efe7f8e5048
tree91f2418bed30a8f1a96d98fdec372a0132ecc98c
parent708eb34bf4ad8c658c3e46d7d0afe410096a1b23
Makefile: fix SDK relocation for per-package-dirs

The relocate-sdk.sh script does not work correctly when
BR2_PER_PACKAGE_DIRECTORIES is enabled. relocate-sdk.sh expects
everything to point at $HOST_DIR, but each package will be pointing at
its $(O)/per-package/*/host.

Use the same command for scrubing host paths during the build, to scrub
to the final host directory location.

Signed-off-by: Brandon Maier <Brandon.Maier@collins.com>
Acked-by: Charles Hardin <ckhardin@gmail.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
Makefile
package/pkg-generic.mk
package/pkg-utils.mk
This page took 0.028928 seconds and 4 git commands to generate.