mirror of
https://git.yoctoproject.org/poky
synced 2026-02-12 11:43:04 +01:00
bbclass: fix spelling mistakes
Fix some spelling mistakes in bbclass files (From OE-Core rev: ed484c06f436eea62c5d0b1a2964f219f3e5cb61) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
cf218e56af
commit
a205c4ce1d
@@ -19,7 +19,7 @@ KERNEL_OBJECT_SUFFIX = ".ko"
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
# Function to ensure the kernel scripts are created. Expected to
|
||||
# be called before do_compile. See module.bbclass for an exmaple.
|
||||
# be called before do_compile. See module.bbclass for an example.
|
||||
do_make_scripts() {
|
||||
unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS
|
||||
make CC="${KERNEL_CC}" LD="${KERNEL_LD}" AR="${KERNEL_AR}" \
|
||||
|
||||
Reference in New Issue
Block a user