diff options
author | Max Krummenacher <max.oss.09@gmail.com> | 2019-01-06 13:02:42 +0100 |
---|---|---|
committer | Daiane Angolini <daiane.angolini@nxp.com> | 2019-01-09 14:42:52 -0200 |
commit | 352734ff174cd9fc93050d5ee0102e4db17e539e (patch) | |
tree | f4d949d776d770a467d9585e53642706c4a5fe00 /conf/machine/imx8qxpmek.conf | |
parent | 1ec2c308da65f7ad49b99a3100912ae0b5e1dac3 (diff) | |
download | meta-freescale-352734ff174cd9fc93050d5ee0102e4db17e539e.tar.gz |
imx8: machines: silence kernel warning
The kernel class now sets RDEPENDS_${KERNEL_PACKAGE_NAME}-base so this include
needs to do the same, otherwise bitbake emits a warning and the kernel isn't
removed.
| WARNING: .../linux-yocto_4.19.bb: Variable key RDEPENDS_${KERNEL_PACKAGE_NAME}-base (${KERNEL_PACKAGE_NAME}-image) replaces original key RDEPENDS_kernel-base ().
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'conf/machine/imx8qxpmek.conf')
-rw-r--r-- | conf/machine/imx8qxpmek.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/imx8qxpmek.conf b/conf/machine/imx8qxpmek.conf index 9b332d30..61cb51fd 100644 --- a/conf/machine/imx8qxpmek.conf +++ b/conf/machine/imx8qxpmek.conf | |||
@@ -10,7 +10,7 @@ require conf/machine/include/arm/arch-arm64.inc | |||
10 | MACHINE_FEATURES_append = " qca6174" | 10 | MACHINE_FEATURES_append = " qca6174" |
11 | 11 | ||
12 | # Don't include kernels in standard images | 12 | # Don't include kernels in standard images |
13 | RDEPENDS_kernel-base = "" | 13 | RDEPENDS_${KERNEL_PACKAGE_NAME}-base = "" |
14 | 14 | ||
15 | LOADADDR = "" | 15 | LOADADDR = "" |
16 | 16 | ||