PROVISORY: profiles: fix debug.yml iw-full package clashes

Currently both MxL and QCA based reference targets use heavilly patched
`iw` packages which are clashing with the upstream `iw-full` package
which can be added via `debug.yml` profile and results in following
build failure:

 Collected errors:
  * check_data_file_clashes: Package iw-full wants to install file build_dir/target-aarch64_cortex-a73+neon-vfpv4_musl/root-ipq95xx/usr/sbin/iw
 	But that file is already provided by package  * iw-qca
  * opkg_install_cmd: Cannot install package iw-full.

This is a violation of prpl LL-API compliance and is hopefully going to
be resolved soon, but until the `iw-qca` and `iwlwav-iw` packages are
finally gone, lets workaround it by removing the `iw-full` package from
`debug.yml` and moving it into respective profiles, thus shipping
`iw-full` package in those targets by default.

References: PCF-558
Signed-off-by: Petr Štetiar <petr.stetiar@prplfoundation.org>
This commit is contained in:
Petr Štetiar
2024-07-11 06:07:06 +00:00
parent b7520d9e5a
commit a15a85edf1
4 changed files with 3 additions and 1 deletions

View File

@@ -7,7 +7,6 @@ packages:
- gdb
- gdbserver
- wpa-cli
- iw-full
diffconfig: |
CONFIG_BUSYBOX_DEFAULT_FEATURE_REVERSE_SEARCH=y

View File

@@ -7,3 +7,4 @@ description: Build image for prpl Foundation Haze board
packages:
- hostapd-utils
- iw-full

View File

@@ -9,6 +9,7 @@ description: Build image for the Linksys WRT3200ACM (Rango), WRT32X (Venom), Tur
packages:
- hostapd-utils
- iw-full
diffconfig: |
CONFIG_TESTING_KERNEL=y

View File

@@ -7,6 +7,7 @@ description: Build image for x86/64 generic target
packages:
- hostapd-utils
- iw-full
- kmod-mac80211-hwsim
- wpad-basic