projects
/
meta-somdevices.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd2cf67
)
meta-somdevices: linux-somdevices: Add user and host for kernel compilation.
author
Josep Orga
<jorga@somdevices.com>
Thu, 15 Apr 2021 17:25:58 +0000
(19:25 +0200)
committer
Josep 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
patch
|
blob
|
history
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
(file)
--- 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"