02, 2015 10:15 AM
>To: Yocto discussion list
>Subject: [yocto] difference in explanation of kernel "build directory"
>
>
> while kernel dev manual claims that:
>
>" ... the Build Directory:
>
> ${WORKDIR}/linux-${MACHINE}-${KTYPE}-build
>
>the i
while kernel dev manual claims that:
" ... the Build Directory:
${WORKDIR}/linux-${MACHINE}-${KTYPE}-build
the include file linux-yocto.inc actually contains the line:
B = "${WORKDIR}/linux-${PACKAGE_ARCH}-${LINUX_KERNEL_TYPE}-build"
someone else can decide if this difference should