Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#1683 - CONFIG_PACKAGE_usign not selected by SIGNED_PACKAGES #6635

Open
openwrt-bot opened this issue Jul 22, 2018 · 1 comment
Open

FS#1683 - CONFIG_PACKAGE_usign not selected by SIGNED_PACKAGES #6635

openwrt-bot opened this issue Jul 22, 2018 · 1 comment
Labels

Comments

@openwrt-bot
Copy link

ali1234:

Version: git 03fce62

Run git clean -dfx to get a pristine tree.

make menuconfig:

Target System: (Lantiq)
Subtarget: (XRX200)
Target Profile: (BT OpenReach - ECI VDSL Modem V-2FUb/R)

In Base System de-select base-files and usign.

make V=99

Result:

Build fails - "Signing package index... bash: line 3: /home/al/lantiq/openwrt/staging_dir/host/bin/usign: No such file or directory"

Expected result:

menuconfig should disallow this combination of options if it does not work. Specifically, usign should be force-selected by SIGNED_PACKAGES.

@openwrt-bot
Copy link
Author

NeoRaider:

There is no "selection" for host package builds - host packages are only built as build dependencies and never configured in menuconfig (the usign you see in menuconfig, CONFIG_PACKAGE_usign, is the target package build).

I think it would make sense to move the host build for usign from the usign Makefile to a "tools" build, so it is built in an early stage and is always available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant