Skip to content

Commit 4137286

Browse files
committed
rabbit droppings
1 parent 6309297 commit 4137286

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/functions/artifacts/artifact-armbian-bsp-generic.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ function artifact_armbian-bsp-generic_prepare_version() {
4444

4545
declare -a dirs_to_hash=(
4646
"${SRC}/packages/bsp/common" # common stuff
47+
"${SRC}/config/optional/_any_board/_packages/bsp-generic"
4748
)
4849
declare hash_files="undetermined"
4950
calculate_hash_for_all_files_in_dirs "${dirs_to_hash[@]}"
@@ -63,7 +64,6 @@ function artifact_armbian-bsp-generic_prepare_version() {
6364
declare -a reasons=(
6465
"Armbian package armbian-bsp-generic"
6566
"BRANCH \"${BRANCH}\""
66-
"EXTRA_BSP_NAME \"${EXTRA_BSP_NAME}\""
6767
"Packages and config files hash \"${packages_config_hash}\""
6868
"Hooks hash \"${hash_hooks}\""
6969
"Variables/bootscripts hash \"${vars_config_hash}\""
@@ -113,7 +113,7 @@ function artifact_armbian-bsp-generic_cli_adapter_pre_run() {
113113

114114
function artifact_armbian-bsp-generic_cli_adapter_config_prep() {
115115
# there is no need for aggregation here.
116-
use_board="no" allow_no_family="no" skip_kernel="no" prep_conf_main_minimal_ni < /dev/null # no stdin for this, so it bombs if tries to be interactive.
116+
use_board="no" allow_no_family="yes" skip_kernel="no" prep_conf_main_minimal_ni < /dev/null # no stdin for this, so it bombs if tries to be interactive.
117117
}
118118

119119
function artifact_armbian-bsp-generic_get_default_oci_target() {

0 commit comments

Comments
 (0)