From 1486baeffe72cbe6ca8708f7cbbf858154ecdaff Mon Sep 17 00:00:00 2001 From: Josep Orga Date: Thu, 15 Apr 2021 19:25:58 +0200 Subject: [PATCH] meta-somdevices: linux-somdevices: Add user and host for kernel compilation. Signed-off-by: Josep Orga --- recipes-kernel/linux/linux-somdevices_4.19.35.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-kernel/linux/linux-somdevices_4.19.35.bb b/recipes-kernel/linux/linux-somdevices_4.19.35.bb index 1e2c5d0..efd7622 100644 --- a/recipes-kernel/linux/linux-somdevices_4.19.35.bb +++ b/recipes-kernel/linux/linux-somdevices_4.19.35.bb @@ -3,6 +3,8 @@ DESCRIPTION = "Linux Kernel provided and supported by SOMDEVICES with focus on \ i.MX Family Reference Boards." require recipes-kernel/linux/linux-imx.inc +KBUILD_BUILD_USER = "maintainer" +KBUILD_BUILD_HOST = "buildfarm.somdevices.com" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" -- 2.17.1