mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 17:42:41 +00:00
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>
24 lines
432 B
YAML
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
|