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 C928E770E3 for ; Mon, 9 Nov 2015 18:35:04 +0000 (UTC) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP; 09 Nov 2015 10:35:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,266,1444719600"; d="scan'208";a="681578993" Received: from yctb01.ostc.intel.com (HELO yctb01.otcr.intel.com) ([10.23.219.46]) by orsmga003.jf.intel.com with ESMTP; 09 Nov 2015 10:35:04 -0800 From: mariano.lopez@linux.intel.com To: openembedded-core@lists.openembedded.org Date: Mon, 9 Nov 2015 10:23:45 +0000 Message-Id: X-Mailer: git-send-email 1.8.4.5 Cc: paul.eggleton@linux.intel.com Subject: [PATCH 0/6] Create image manifest 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: Mon, 09 Nov 2015 18:35:07 -0000 From: Mariano Lopez When building the rootfs the rootfs is created but the recipes that deployed files in the image doesn't show up. Usually these recipes include the bootloaders and the kernel. With these patches a new manifest will be created that includes the deployed recipes that were in the deployed. The format of the manifest is different because the recipes doesn't install packages, instead the recipes deploy files into the image [YOCTO #6772] The following changes since commit fc45deac89ef63ca1c44e763c38ced7dfd72cbe1: build-appliance-image: Update to jethro head revision (2015-11-03 14:03:03 +0000) are available in the git repository at: git://git.yoctoproject.org/poky-contrib mariano/bug6772 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mariano/bug6772 Mariano Lopez (6): license.bbclass: Split license create manifest license.bbclass: Added get_boot_dependencies function license.bbclass: Added function get_deployed_dependencies license.bbclass: Added get_package_from_deployed license.bbclass: Add function get_deployed_files icense.bbclass: Create image license manifest meta/classes/license.bbclass | 219 +++++++++++++++++++++++++++++++++++++++---- 1 file changed, 200 insertions(+), 19 deletions(-) -- 1.8.4.5