mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-06-07 03:04:11 +00:00
rpi-base.inc: Cleanup redundant imgtyp variable
Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
This commit is contained in:
committed by
Andrei Gherzan
parent
1dfa0471ad
commit
906cf0ba2a
@@ -115,7 +115,6 @@ def make_dtb_boot_files(d):
|
|||||||
# Generate IMAGE_BOOT_FILES entries for device tree files listed in
|
# Generate IMAGE_BOOT_FILES entries for device tree files listed in
|
||||||
# KERNEL_DEVICETREE.
|
# KERNEL_DEVICETREE.
|
||||||
alldtbs = d.getVar('KERNEL_DEVICETREE')
|
alldtbs = d.getVar('KERNEL_DEVICETREE')
|
||||||
imgtyp = d.getVar('KERNEL_IMAGETYPE')
|
|
||||||
|
|
||||||
def transform(dtb):
|
def transform(dtb):
|
||||||
base = os.path.basename(dtb)
|
base = os.path.basename(dtb)
|
||||||
|
|||||||
Reference in New Issue
Block a user