mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 23:39:40 +01:00
bootimg.bbclass: get kernel from proper directory in staging
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1911 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -34,7 +34,7 @@ inherit syslinux
|
||||
|
||||
build_boot_bin() {
|
||||
install -d ${HDDDIR}
|
||||
install -m 0644 ${STAGING_KERNEL_DIR}/bzImage \
|
||||
install -m 0644 ${STAGING_DIR}/${MACHINE}${HOST_VENDOR}-${HOST_OS}/kernel/bzImage \
|
||||
${HDDDIR}/vmlinuz
|
||||
|
||||
if [ -n "${INITRD}" ] && [ -s "${INITRD}" ]; then
|
||||
@@ -61,7 +61,7 @@ build_boot_bin() {
|
||||
|
||||
# Install the kernel
|
||||
|
||||
install -m 0644 ${STAGING_KERNEL_DIR}/bzImage \
|
||||
install -m 0644 ${STAGING_DIR}/${MACHINE}${HOST_VENDOR}-${HOST_OS}/kernel/bzImage \
|
||||
${ISODIR}/vmlinuz
|
||||
|
||||
# Install the configuration files
|
||||
|
||||
Reference in New Issue
Block a user