diff mbox series

[isar-cip-core,v2,1/3] cip-core-image: Remove ltp-full from IMAGE_INSTALL

Message ID 20200819044201.1255803-1-nobuhiro1.iwamatsu@toshiba.co.jp (mailing list archive)
State Changes Requested
Headers show
Series [isar-cip-core,v2,1/3] cip-core-image: Remove ltp-full from IMAGE_INSTALL | expand

Commit Message

Nobuhiro Iwamatsu Aug. 19, 2020, 4:41 a.m. UTC
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
---
 recipes-core/images/cip-core-image.bb | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/recipes-core/images/cip-core-image.bb b/recipes-core/images/cip-core-image.bb
index 4dfc983..fd2fd83 100644
--- a/recipes-core/images/cip-core-image.bb
+++ b/recipes-core/images/cip-core-image.bb
@@ -15,8 +15,6 @@  ISAR_RELEASE_CMD = "git -C ${LAYERDIR_cip-core} describe --tags --dirty --always
 DESCRIPTION = "CIP Core image"
 
 IMAGE_INSTALL += "customizations"
-# for cip-testing
-IMAGE_INSTALL += "ltp-full"
 
 # for swupdate
 EXTRACT_PARTITIONS = "img4"