blob: f123f6d9c1ac0212d23eb6914c323e8c441c59fc (
plain)
1
2
3
4
5
6
7
8
9
|
FILESEXTRAPATHS_prepend := "${THISDIR}/linux:"
# Disable all other AGL provided kernel configuration (barring
# base BSP provided configuration), and just enable a locally
# provided fragment with minimal LXC required configuration.
AGL_KCONFIG_FRAGMENTS = "lxc.cfg"
|