From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mail.openembedded.org (Postfix) with ESMTP id CC67060069 for ; Fri, 8 Dec 2017 15:48:58 +0000 (UTC) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Dec 2017 07:48:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,378,1508828400"; d="scan'208";a="10817139" Received: from swold-mobl2.jf.intel.com ([10.24.10.24]) by fmsmga004.fm.intel.com with ESMTP; 08 Dec 2017 07:48:59 -0800 From: Saul Wold To: openembedded-core@lists.openembedded.org, richard.purdie@linuxfoundation.org Date: Fri, 8 Dec 2017 07:48:56 -0800 Message-Id: <20171208154859.15927-1-sgw@linux.intel.com> X-Mailer: git-send-email 2.13.6 Subject: [PATCH 0/3] Remove ELF Image Type X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Dec 2017 15:48:59 -0000 The ELF Image type is not currently used any more by the coreboot project which was the original creator of this image type along with the mkelfimage tool. The tool was removed from the coreboot repo back in 2014 and has no updates. Each time binutils changes, the mkelfimage tool breaks and requires a patch to the convert.bin.c special header file. Seeing as there have been no objections, please consider merging this patch set! Sau! Saul Wold (3): image_types: Remove ELF type mkelfimage: Remove un-needed recipe oeqa/qemu: remove elf image type meta/classes/image_types.bbclass | 13 - meta/lib/oeqa/core/target/qemu.py | 2 +- .../mkelfimage/mkelfimage/convert.bin.c | 348 --------------------- .../mkelfimage/mkelfimage/cross-compile.patch | 106 ------- .../mkelfimage/fix-makefile-to-find-libz.patch | 33 -- meta/recipes-devtools/mkelfimage/mkelfimage_git.bb | 48 --- 6 files changed, 1 insertion(+), 549 deletions(-) delete mode 100644 meta/recipes-devtools/mkelfimage/mkelfimage/convert.bin.c delete mode 100644 meta/recipes-devtools/mkelfimage/mkelfimage/cross-compile.patch delete mode 100644 meta/recipes-devtools/mkelfimage/mkelfimage/fix-makefile-to-find-libz.patch delete mode 100644 meta/recipes-devtools/mkelfimage/mkelfimage_git.bb -- 2.13.6