mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 19:42:41 +00:00
image_types_tegra.bbclass: correct typo in copy_dtbs function
When copying out of ${DEPLOY_DIR_IMAGE}, use the basename of the
DTB file.
Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
@@ -328,10 +328,10 @@ copy_dtbs() {
|
||||
bbnote "Overwriting $destination/$dtbf with KERNEL_DEVICETREE content"
|
||||
rm -f $destination/$dtbf $destination/$dtbf.signed
|
||||
fi
|
||||
bbnote "Copying KERNEL_DEVICETREE entry $dtb to $destination"
|
||||
cp -L "${DEPLOY_DIR_IMAGE}/$dtb" $destination/$dtbf
|
||||
bbnote "Copying KERNEL_DEVICETREE entry $dtbf to $destination"
|
||||
cp -L "${DEPLOY_DIR_IMAGE}/$dtbf" $destination/$dtbf
|
||||
if ${USE_UEFI_SIGNED_FILES}; then
|
||||
cp -L "${DEPLOY_DIR_IMAGE}/$dtb.signed" $destination/$dtbf.signed
|
||||
cp -L "${DEPLOY_DIR_IMAGE}/$dtbf.signed" $destination/$dtbf.signed
|
||||
fi
|
||||
done
|
||||
if [ -n "${EXTERNAL_KERNEL_DEVICETREE}" ]; then
|
||||
|
||||
Reference in New Issue
Block a user