diff options
Diffstat (limited to 'meta/classes/kernel.bbclass')
-rw-r--r-- | meta/classes/kernel.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 8954b28b2c..7a134d5c29 100644 --- a/meta/classes/kernel.bbclass +++ b/meta/classes/kernel.bbclass | |||
@@ -130,6 +130,8 @@ PACKAGES_DYNAMIC += "^kernel-firmware-.*" | |||
130 | 130 | ||
131 | export OS = "${TARGET_OS}" | 131 | export OS = "${TARGET_OS}" |
132 | export CROSS_COMPILE = "${TARGET_PREFIX}" | 132 | export CROSS_COMPILE = "${TARGET_PREFIX}" |
133 | export KBUILD_BUILD_USER = "oe-user" | ||
134 | export KBUILD_BUILD_HOST = "oe-host" | ||
133 | 135 | ||
134 | KERNEL_PRIORITY ?= "${@int(d.getVar('PV').split('-')[0].split('+')[0].split('.')[0]) * 10000 + \ | 136 | KERNEL_PRIORITY ?= "${@int(d.getVar('PV').split('-')[0].split('+')[0].split('.')[0]) * 10000 + \ |
135 | int(d.getVar('PV').split('-')[0].split('+')[0].split('.')[1]) * 100 + \ | 137 | int(d.getVar('PV').split('-')[0].split('+')[0].split('.')[1]) * 100 + \ |