summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-12-20 17:23:44 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-12-30 08:47:12 +0000
commit442aff1beacd6a7d068427e0691fb2141274c2bc (patch)
treeb148292b2574d4a43ef5fadc6c563f9caef7a654 /meta/recipes-extended
parentecda76eb1a631b373347d98b11918e57d546b32e (diff)
downloadpoky-442aff1beacd6a7d068427e0691fb2141274c2bc.tar.gz
core-image-testmaster: use Python 3
(From OE-Core rev: c488f67efeefa00e3d1e925a50c9ab764f39f0a7) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/images/core-image-testmaster.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/images/core-image-testmaster.bb b/meta/recipes-extended/images/core-image-testmaster.bb
index 78295c5f0a..0faf18f5a4 100644
--- a/meta/recipes-extended/images/core-image-testmaster.bb
+++ b/meta/recipes-extended/images/core-image-testmaster.bb
@@ -8,7 +8,7 @@ inherit core-image
8# normal linux utilities not busybox ones 8# normal linux utilities not busybox ones
9IMAGE_INSTALL += "\ 9IMAGE_INSTALL += "\
10 bash coreutils util-linux tar gzip bzip2 kmod \ 10 bash coreutils util-linux tar gzip bzip2 kmod \
11 python-modules python-misc \ 11 python3-modules python3-misc \
12 e2fsprogs e2fsprogs-mke2fs parted \ 12 e2fsprogs e2fsprogs-mke2fs parted \
13 " 13 "
14# we need a particular initramfs for live images 14# we need a particular initramfs for live images