diff options
-rw-r--r-- | recipes/images/fso2-console-image.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/images/fso2-console-image.bb b/recipes/images/fso2-console-image.bb index 60bd6fc720..613962925d 100644 --- a/recipes/images/fso2-console-image.bb +++ b/recipes/images/fso2-console-image.bb @@ -5,11 +5,14 @@ require fso-image.inc PV = "1.1" -PR = "r1" +PR = "r2" IMAGE_INSTALL = "\ task-base \ task-fso2-compliance \ task-cli-tools \ task-cli-tools-python \ + \ + mdbus2 \ + mterm2 \ " |