From: Josep Orga Date: Thu, 15 Apr 2021 17:25:58 +0000 (+0200) Subject: meta-somdevices: linux-somdevices: Add user and host for kernel compilation. X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=1486baeffe72cbe6ca8708f7cbbf858154ecdaff;p=meta-somdevices.git meta-somdevices: linux-somdevices: Add user and host for kernel compilation. Signed-off-by: Josep Orga --- 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"