aboutsummaryrefslogtreecommitdiffstats
path: root/bin/bbimage
diff options
context:
space:
mode:
Diffstat (limited to 'bin/bbimage')
-rwxr-xr-xbin/bbimage2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bbimage b/bin/bbimage
index 217c9e122..33851f396 100755
--- a/bin/bbimage
+++ b/bin/bbimage
@@ -111,7 +111,7 @@ if not rootfs:
data.setVar('IMAGE_ROOTFS', rootfs, cfg_bb)
from copy import copy, deepcopy
-localdata = deepcopy(cfg_bb)
+localdata = data.createCopy(cfg_bb)
overrides = data.getVar('OVERRIDES', localdata)
if not overrides: