diff --git a/kraft/app/app.py b/kraft/app/app.py index dff17d89..715e730d 100644 --- a/kraft/app/app.py +++ b/kraft/app/app.py @@ -355,6 +355,10 @@ def match_plat(plat, target): try: return_code = self.make([ ('UK_DEFCONFIG=%s' % path), + # see #80 and #83, the fallback behavior once name field is missing in the original kraft.yaml + # is to use the parent folder name, and the missing field will be automatically complemented + # (ensured by config.load_config() implementation) + ('CONFIG_UK_NAME=%s' % self.config.name), 'defconfig' ]) finally: