From 66a6dd2e3a28533f1cc8645d640ccde90b75c27a Mon Sep 17 00:00:00 2001 From: Vasyl Vavrychuk Date: Tue, 24 Nov 2020 23:08:42 +0200 Subject: recipes-test: Remove blobsallad. Fetching blobsallad fails with 406 Not Acceptable which causes packagegroup-agl-test build failure. Remove blobsallad since it is not needed anymore. Bug-AGL: SPEC-3696 Change-Id: Id05772ea031907e9ec7fb28a370a6757b48a9bc1 Signed-off-by: Vasyl Vavrychuk Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25639 ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller Tested-by: Jan-Simon Moeller Tested-by: Jenkins Job builder account --- .../blobsallad/blobsallad/0003-printcleanup.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 meta-agl-profile-core/recipes-test/blobsallad/blobsallad/0003-printcleanup.patch (limited to 'meta-agl-profile-core/recipes-test/blobsallad/blobsallad/0003-printcleanup.patch') diff --git a/meta-agl-profile-core/recipes-test/blobsallad/blobsallad/0003-printcleanup.patch b/meta-agl-profile-core/recipes-test/blobsallad/blobsallad/0003-printcleanup.patch deleted file mode 100644 index 630871dfd..000000000 --- a/meta-agl-profile-core/recipes-test/blobsallad/blobsallad/0003-printcleanup.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/bs_blob_collective.c -+++ b/bs_blob_collective.c -@@ -152,7 +152,7 @@ - - bs_list_unlink_p_cont(pCollective->pBlobs, bs_blob_collective_remove_blob_cb, findData.pMotherBlob); - -- printf("number of blobs: %d\n", bs_list_get_length(pCollective->pBlobs)); -+/* printf("number of blobs: %d\n", bs_list_get_length(pCollective->pBlobs)); */ - } - - typedef struct bs_blob_collective_join_find_smallest_st -- cgit 1.2.3-korg