diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-12-22 12:09:47 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-05 13:48:41 +0000 |
commit | 4c577733f1520e6740105b63d58a3cfa48184be3 (patch) | |
tree | c1eefc74e7f6eca6105935c41c6ba04c8b25d313 /meta/classes/pypi.bbclass | |
parent | 2fa16484703f934061be399ea7bd07fa671e6caa (diff) | |
download | poky-4c577733f1520e6740105b63d58a3cfa48184be3.tar.gz |
poky-alt: don't use conditional assignment for preferred kernel version
The include of poky.conf already sets a preferred kernel version, so the
one in the alt-config won't have any impact.
This normally isn't a problem, but when we are introducing a new kernel
that doesn't yet have compatibility with all machines, it throws warnings.
WARNING: preferred version 5.10% of linux-yocto not available (for item kernel-module-x-tables)
WARNING: versions of linux-yocto available: 5.4.69+gitAUTOINC+1c358e1969_cfcdd63145 5.8.13+gitAUTOINC+b976de4f41_5981001bf0
(From meta-yocto rev: a7b41f311eb79a2a112a75160b6d557029ca9904)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/pypi.bbclass')
0 files changed, 0 insertions, 0 deletions