diff options
| -rw-r--r-- | bitbake/lib/bb/cooker.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py index 9cb74d1818..07202e3392 100644 --- a/bitbake/lib/bb/cooker.py +++ b/bitbake/lib/bb/cooker.py | |||
| @@ -1235,7 +1235,7 @@ class BBCooker: | |||
| 1235 | 1235 | ||
| 1236 | with open(dest, "w") as imagefile: | 1236 | with open(dest, "w") as imagefile: |
| 1237 | if base_image is None: | 1237 | if base_image is None: |
| 1238 | imagefile.write("inherit image\n") | 1238 | imagefile.write("inherit core-image\n") |
| 1239 | else: | 1239 | else: |
| 1240 | topdir = self.data.getVar("TOPDIR") | 1240 | topdir = self.data.getVar("TOPDIR") |
| 1241 | if topdir in base_image: | 1241 | if topdir in base_image: |
