[Buildroot] [RFC PATCH v5 08/11] core: install relocation script and location at the end of the build

Arnout Vandecappelle arnout at mind.be
Mon Jul 3 22:02:59 UTC 2017



On 30-06-17 10:37, Wolfgang Grandegger wrote:
> The script "relocate-sdk.sh" is installed into the top directory of
> the SDK (HOST_DIR) and the SDK location path is stored in the file
> "HOST_DIR/usr/share/buildroot/sdk-location"-
> 
> Signed-off-by: Wolfgang Grandegger <wg at grandegger.com>
> ---
>  Makefile | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/Makefile b/Makefile
> index f5ea6a8..a5dfdfd 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -553,6 +553,9 @@ prepare: $(BUILD_DIR)/buildroot-config/auto.conf
>  
>  .PHONY: world
>  world: target-post-image
> +	@$(call MESSAGE,"Rendering the SDK relocatable")

 In addition to all the comments that went before: this doesn't actually render
the SDK relocatable. So perhaps simple "Finalizing SDK" is better.

 Regards,
 Arnout

> +	install $(TOPDIR)/support/misc/relocate-sdk.sh $(HOST_DIR) && \
> +	echo $(HOST_DIR) > $(HOST_DIR)/usr/share/buildroot/sdk-location
>  
>  # Populating the staging with the base directories is handled by the skeleton package
>  $(STAGING_DIR):
> 

-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF


More information about the buildroot mailing list