Skip to content

Allow package spec "binary" or "recipe" to override REPO_BINARY=0 or REPO_BINARY=1

Ron Williams requested to merge rw_van/installer:rw_van_231024 into master

These changes allow the user to specify a package type of "binary" to override cooking with the recipe. The ability to specify "recipe" to override building from binaries (which was done previously) has been improved to be more consistent.

The command line option for REPO_BINARY=1 has been changed to be more consistent. This requires that mk/config.mk be updated. I will submit an MR for that as well.

The filesystem config can now include an option of repo_binary = true to allow the default package spec to be in the filesystem config rather than in the environment, to provide more flexibility for debug and test.

Merge request reports