mirror of
https://gitlab.com/prpl-foundation/prplos/prplos.git
synced 2025-12-20 00:56:07 +08:00
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:
@@ -7,7 +7,6 @@ packages:
|
||||
- gdb
|
||||
- gdbserver
|
||||
- wpa-cli
|
||||
- iw-full
|
||||
|
||||
diffconfig: |
|
||||
CONFIG_BUSYBOX_DEFAULT_FEATURE_REVERSE_SEARCH=y
|
||||
|
||||
@@ -7,3 +7,4 @@ description: Build image for prpl Foundation Haze board
|
||||
|
||||
packages:
|
||||
- hostapd-utils
|
||||
- iw-full
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -7,6 +7,7 @@ description: Build image for x86/64 generic target
|
||||
|
||||
packages:
|
||||
- hostapd-utils
|
||||
- iw-full
|
||||
- kmod-mac80211-hwsim
|
||||
- wpad-basic
|
||||
|
||||
|
||||
Reference in New Issue
Block a user