[abi]
abiname: cl-1
ignore-changes:
# knet has a bunch of things that can be ignored
 bkn_*
 br_forward_check

[packages]
docs: false
installer: true
libc-dev: true

[base]
cflags: -Werror
arches:
 amd64
 armel
compiler: gcc-8
featuresets:
 none
 debug

[featureset-debug_base]
enabled: true

[build]
debug-info: true

[image]
initramfs-generators: initramfs-tools initramfs-fallback
type: plain

[relations]
# compilers
gcc-4.6: gcc-4.6
gcc-4.7: gcc-4.7
gcc-4.8: gcc-4.8
gcc-4.9: gcc-4.9
gcc-8: gcc-8

# initramfs-generators
initramfs-fallback: linux-initramfs-tool
initramfs-tools: initramfs-tools (>= 0.110~)
