Files
wlan-ap/profiles/qosify.yml
Paul Spooren 5d86871253 profiles: qosify add explicit host dependency warning
If the host dependency is missing be explicit about the increasd build
time of more than an hour.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-11-08 09:15:42 +01:00

24 lines
432 B
YAML

---
description: Add qosify package
packages:
- qosify
host_dependecies:
- name: llvm/clang-12
warning: >
Building llvm/clang, this will take 1hr+, please install clang/llvm-12+
on your system
which:
- clang-13
- clang-12
success_diffconfig: |
CONFIG_DEVEL=y
CONFIG_BPF_TOOLCHAIN_HOST=y
fallback_diffconfig: |
CONFIG_DEVEL=y
CONFIG_BPF_TOOLCHAIN_BUILD_LLVM=y