blob: 87e1edc5d8583c849028ea6bd663748313daa58d (
plain)
1
2
3
4
5
6
7
8
9
10
|
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 "
AGL_KCONFIG_FRAGMENTS += "lxc-net.cfg "
|