]> code.ossystems Code Review - openembedded-core.git/commit
qemu.inc: Change kernel provider assignment to a weaker one
authorHe Zhe <zhe.he@windriver.com>
Wed, 23 May 2018 03:31:54 +0000 (11:31 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 29 May 2018 20:06:01 +0000 (21:06 +0100)
commit07e06abeb6b7ae5047c4b70818cd8873302e4940
treedb8133ddaa164647d32ac807105d9010719ec8a5
parent35076031c76089b9acec9d256ac2b4345f9f918b
qemu.inc: Change kernel provider assignment to a weaker one

Currently we have local.conf included before qemu.inc, and ${DISTRO}.conf
after qemu.inc. They both possibly specify their expected kernel providers.
To let other config files override it in real use, this commit changes
kernel provider assignment to ??= .

Signed-off-by: He Zhe <zhe.he@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/conf/machine/include/qemu.inc