mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +02:00
Updates from OE
git-svn-id: https://svn.o-hand.com/repos/poky@170 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -60,7 +60,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
kernel_do_compile() {
|
||||
unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS
|
||||
oe_runmake include/linux/version.h CC="${KERNEL_CC}" LD="${KERNEL_LD}"
|
||||
if ${KERNEL_MAJOR_VERSION} != "2.6"; then
|
||||
if [ "${KERNEL_MAJOR_VERSION}" != "2.6" ]; then
|
||||
oe_runmake dep CC="${KERNEL_CC}" LD="${KERNEL_LD}"
|
||||
fi
|
||||
oe_runmake ${KERNEL_IMAGETYPE} CC="${KERNEL_CC}" LD="${KERNEL_LD}"
|
||||
|
||||
Reference in New Issue
Block a user