From 669dc64f1045e60739a9c87333f52854eb324cfe Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 30 Mar 2022 22:54:19 -0700 Subject: [PATCH] boot0: Pin to nezha-allwinner-d1 its not interesting for other machines yet Signed-off-by: Khem Raj --- recipes-bsp/boot0/boot0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-bsp/boot0/boot0.bb b/recipes-bsp/boot0/boot0.bb index dabf354..6e1ffe8 100644 --- a/recipes-bsp/boot0/boot0.bb +++ b/recipes-bsp/boot0/boot0.bb @@ -29,3 +29,5 @@ do_deploy() { } addtask deploy before do_build after do_compile + +COMPATIBLE_MACHINE = "nezha-allwinner-d1"