linux-longterm: set COMPATIBLE_MACHINE

The older, longterm, kernel doesn't have support for some of the newer
MACHINEs, so list the ones it does support explicitly.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
This commit is contained in:
Trevor Woerner 2020-02-14 01:14:50 -05:00
parent 7068abcd34
commit 91b8563a6b

View File

@ -5,3 +5,5 @@ KBRANCH ?= "linux-4.19.y"
SRCREV ?= "357668399cf70ccdc0ee8967bff3448d0f4f9ae1"
require linux-mutual.inc
COMPATIBLE_MACHINE = "(firefly-rk3288|marsboard-rk3066|radxarock|rock2-square|^tinker-board$|vyasa-rk3288)"