Fix rootstrap_get script to do postlinker
authorSangYoun Kwak <sy.kwak@samsung.com>
Tue, 18 Jun 2024 09:20:43 +0000 (18:20 +0900)
committerSangYoun Kwak <sy.kwak@samsung.com>
Wed, 19 Jun 2024 05:56:32 +0000 (14:56 +0900)
commit124eac7f22e467294678a395d0b679d654e28535
treefaaed35e001bcbdc5ce2959df7559bd869541925
parentb37dec153bb93402cec00b4088377913b33085c3
Fix rootstrap_get script to do postlinker

Finding the parameters for the postlinker was not working since the
finding location was ${DEST}, which is useless variable.
It is fixed with ${GBS_BUILDROOT}.

Change-Id: I393227cfc605335ee4a7bc015be6fcc21151724a
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
script/rootstrap_gen_1.0.sh
script/rootstrap_gen_1.0_64.sh