Fixed
Created: Sep 1, 2016
Updated: Sep 8, 2018
Resolved Date: Sep 5, 2016
Found In Version: 7.0.0.13
Fix Version: 7.0.0.20
Severity: Standard
Applicable for: Wind River Linux 7
Component/s: Build & Config
Adding package-management to EXTRA_IMAGE_FEATURES causes make gnupg fail in the do_fetch phase.
Customer has a workaround already in place, so they are not blocked. Will share when I get it.
The reproduction scenario is:
1. Run the attached script with the command line "blacklist.sh <x>" where <x> is a unique name (e.g. 1, _test) to create a
plain project at /opt/workspace/project<x> (e.g. project1, project_test). Assumptions: /opt is a writable file system by
the current user and WRL7 with at least RCPL 13 is installed at /opt/WindRiver7.
NOTE: blacklist.sh uses a license blacklist to prevent GPLv3 licensed versions from being included.
2. In /opt/workspace/project<x>/local.conf add package-management as an extra image feature. Change the line containing
debug-tweaks to this:
EXTRA_IMAGE_FEATURES += "debug-tweaks package-management"
3. Do a build in the project directory:
$ cd /opt/workspace/project<x>
$ make all
or, for quicker reproduction:
$ make gnupg
The customer's failing gnupg do_fetch log is attached.