if (get_line_val(line, "IMAGE_ROOTFS")):
rootfs_dir = get_line_val(line, "IMAGE_ROOTFS")
continue
- if (get_line_val(line, "STAGING_KERNEL_DIR")):
- kernel_dir = get_line_val(line, "STAGING_KERNEL_DIR")
+ if (get_line_val(line, "DEPLOY_DIR_IMAGE")):
+ kernel_dir = get_line_val(line, "DEPLOY_DIR_IMAGE")
continue
if (get_line_val(line, "STAGING_DIR_NATIVE")):
native_sysroot = get_line_val(line, "STAGING_DIR_NATIVE")
values from the output of 'bitbake -e':
rootfs_dir: IMAGE_ROOTFS
- kernel_dir: STAGING_KERNEL_DIR
+ kernel_dir: DEPLOY_DIR_IMAGE
native_sysroot: STAGING_DIR_NATIVE
In the above case, bootimg_dir remains unset and the