If it is not defined, build breaks:

---------------------------
target: glibc.targetinstall
---------------------------

ptxdist: error: ptxd_make_xpkg_init: please define <PKG>_VERSION

or:

----------------------------
target: uclibc.targetinstall
----------------------------

ptxdist: error: ptxd_make_xpkg_init: please define <PKG>_VERSION

I am not the first one to experience this:
https://www.mail-archive.com/oselas@community.pengutronix.de/msg02033.html

Signed-off-by: Wolfram Sang <w...@the-dreams.de>
---
 platforms/toolchain.in | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/platforms/toolchain.in b/platforms/toolchain.in
index 2807bc7..3f0b2bb 100644
--- a/platforms/toolchain.in
+++ b/platforms/toolchain.in
@@ -49,9 +49,7 @@ config GLIBC_VERSION
        prompt "check for specific glibc version"
        default "2.18"
        help
-         Specify the glibc version this BSP shall be built with. This 
information
-          is used to guess the toolchain path if you use "ptxdist toolchain"
-         without an argument.
+         Mandatory: Specify the glibc version this BSP shall be built with.
 endif
 
 if LIBC_UCLIBC
@@ -60,9 +58,7 @@ config UCLIBC_VERSION
        prompt "check for specific uClibc version"
        default "0.9.33.2"
        help
-         Specify the uClibc version this BSP shall be built with. This 
information
-          is used to guess the toolchain path if you use "ptxdist toolchain"
-         without an argument.
+         Mandatory: Specify the uClibc version this BSP shall be built with.
 endif
 
 config GNU_TARGET
-- 
2.1.4


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to