meta-somdevices: linux-somdevices: Add user and host for kernel compilation.
authorJosep Orga <jorga@somdevices.com>
Thu, 15 Apr 2021 17:25:58 +0000 (19:25 +0200)
committerJosep Orga <jorga@somdevices.com>
Thu, 15 Apr 2021 17:25:58 +0000 (19:25 +0200)
Signed-off-by: Josep Orga <jorga@somdevices.com>
recipes-kernel/linux/linux-somdevices_4.19.35.bb

index 1e2c5d0..efd7622 100644 (file)
@@ -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"