diff options
author | Javier Viguera <javier.viguera@digi.com> | 2013-08-05 19:08:25 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-06 12:39:59 +0100 |
commit | 9b6fd470103ba778a5bd70353a9bd7fa28686534 (patch) | |
tree | 46b955a3727fe65370ef0023dbf601e09e55d63e /meta/classes | |
parent | f26c09eaf9d002d7fdb71f89d743c8cbecdd5683 (diff) | |
download | poky-9b6fd470103ba778a5bd70353a9bd7fa28686534.tar.gz |
kernel.bbclass: fix typo
(From OE-Core rev: 8e8ea9294078526a4bb3ade54482cf4d2213b497)
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/kernel.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 40a6b5b3ee..ca49aec53a 100644 --- a/meta/classes/kernel.bbclass +++ b/meta/classes/kernel.bbclass | |||
@@ -57,7 +57,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" | |||
57 | UBOOT_ENTRYPOINT ?= "20008000" | 57 | UBOOT_ENTRYPOINT ?= "20008000" |
58 | UBOOT_LOADADDRESS ?= "${UBOOT_ENTRYPOINT}" | 58 | UBOOT_LOADADDRESS ?= "${UBOOT_ENTRYPOINT}" |
59 | 59 | ||
60 | # Some Linux kenrel configurations need additional parameters on the command line | 60 | # Some Linux kernel configurations need additional parameters on the command line |
61 | KERNEL_EXTRA_ARGS ?= "" | 61 | KERNEL_EXTRA_ARGS ?= "" |
62 | 62 | ||
63 | # For the kernel, we don't want the '-e MAKEFLAGS=' in EXTRA_OEMAKE. | 63 | # For the kernel, we don't want the '-e MAKEFLAGS=' in EXTRA_OEMAKE. |