note that the updated patches for networkmanager containing the packageconfigs set here are under test and will be send mainline soon. For the impatient see [1] but be prepared for rebasing. [1] https://github.com/schnitzeltony/meta-openembedded/tree/work-2015-06 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
7 lines
134 B
Plaintext
7 lines
134 B
Plaintext
PACKAGECONFIG ?= " \
|
|
${@base_contains('DISTRO_FEATURES','systemd','systemd','consolekit',d)} \
|
|
modemmanager \
|
|
bluez5 \
|
|
"
|
|
|