summaryrefslogtreecommitdiffstats
path: root/meta/classes/kernel.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/kernel.bbclass')
-rw-r--r--meta/classes/kernel.bbclass2
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
131export OS = "${TARGET_OS}" 131export OS = "${TARGET_OS}"
132export CROSS_COMPILE = "${TARGET_PREFIX}" 132export CROSS_COMPILE = "${TARGET_PREFIX}"
133export KBUILD_BUILD_USER = "oe-user"
134export KBUILD_BUILD_HOST = "oe-host"
133 135
134KERNEL_PRIORITY ?= "${@int(d.getVar('PV').split('-')[0].split('+')[0].split('.')[0]) * 10000 + \ 136KERNEL_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 + \