mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-30 20:07:55 +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"
|
bbnote "Overwriting $destination/$dtbf with KERNEL_DEVICETREE content"
|
||||||
rm -f $destination/$dtbf $destination/$dtbf.signed
|
rm -f $destination/$dtbf $destination/$dtbf.signed
|
||||||
fi
|
fi
|
||||||
bbnote "Copying KERNEL_DEVICETREE entry $dtb to $destination"
|
bbnote "Copying KERNEL_DEVICETREE entry $dtbf to $destination"
|
||||||
cp -L "${DEPLOY_DIR_IMAGE}/$dtb" $destination/$dtbf
|
cp -L "${DEPLOY_DIR_IMAGE}/$dtbf" $destination/$dtbf
|
||||||
if ${USE_UEFI_SIGNED_FILES}; then
|
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
|
fi
|
||||||
done
|
done
|
||||||
if [ -n "${EXTERNAL_KERNEL_DEVICETREE}" ]; then
|
if [ -n "${EXTERNAL_KERNEL_DEVICETREE}" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user