From 91b8563a6b7314eef401f5c31f48e7a337604b84 Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Fri, 14 Feb 2020 01:14:50 -0500 Subject: [PATCH] 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 --- recipes-kernel/linux/linux-longterm_4.19.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-kernel/linux/linux-longterm_4.19.bb b/recipes-kernel/linux/linux-longterm_4.19.bb index d8ed5e6..8bbe716 100644 --- a/recipes-kernel/linux/linux-longterm_4.19.bb +++ b/recipes-kernel/linux/linux-longterm_4.19.bb @@ -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)"