pack_v2: fix for emmc apps image

This patch provides the fix for emmc apps image generation.
The partition variable value has to be marked as null
for the partitions to be skipped in apps image generation.

Change-Id: I0067c527f0de38eb513e27fadfeee2accb69f3d3
Signed-off-by: Timple Raj M <quic_timple@quicinc.com>
This commit is contained in:
Timple Raj M 2023-01-23 14:17:27 +05:30
parent f3b375939f
commit 6915087e2a

View file

@ -1333,6 +1333,7 @@ class Pack(object):
if filename == "":
continue
except KeyError, e:
partition = ""
print "Skipping partition '%s'" % section.attrib['label']
pass