Hi Jan, Could you comment on this patch series? Best regards, Nobuhiro > -----Original Message----- > From: cip-dev@lists.cip-project.org [mailto:cip-dev@lists.cip-project.org] On Behalf Of Nobuhiro Iwamatsu > Sent: Tuesday, August 4, 2020 10:54 PM > To: cip-dev@lists.cip-project.org > Cc: iwamatsu nobuhiro(岩松 信洋 □SWC◯ACT) > Subject: [cip-dev] [isar-cip-core][PATCH 1/3] cip-core-image-test: Add recipe > > This recipe provides an image for testing. > If use this, it will create an image containing LTP(ltp-full), rt-tests and stress-ng. > > Signed-off-by: Nobuhiro Iwamatsu > --- > recipes-core/images/cip-core-image-test.bb | 18 ++++++++++++++++++ > 1 file changed, 18 insertions(+) > create mode 100644 recipes-core/images/cip-core-image-test.bb > > diff --git a/recipes-core/images/cip-core-image-test.bb b/recipes-core/images/cip-core-image-test.bb > new file mode 100644 > index 0000000..e2b15fc > --- /dev/null > +++ b/recipes-core/images/cip-core-image-test.bb > @@ -0,0 +1,18 @@ > +# > +# CIP Core, generic profile > +# > +# Copyright (c) Siemens AG, 2019 > +# > +# Authors: > +# Jan Kiszka > +# > +# SPDX-License-Identifier: MIT > +# > +# > +inherit dpkg-raw > +require cip-core-image.bb > + > +DESCRIPTION = "CIP Core image including test packages" > + > +IMAGE_INSTALL += "ltp-full" > +DEBIAN_DEPENDS += "rt-tests, stress-ng" > -- > 2.27.0