From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga02.intel.com ([134.134.136.20]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1R1VfZ-00019g-6i for openembedded-core@lists.openembedded.org; Thu, 08 Sep 2011 05:52:53 +0200 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 07 Sep 2011 20:47:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,352,1309762800"; d="scan'208";a="46296213" Received: from unknown (HELO [10.255.14.148]) ([10.255.14.148]) by orsmga001.jf.intel.com with ESMTP; 07 Sep 2011 20:47:49 -0700 Message-ID: <4E683AE4.40909@linux.intel.com> Date: Wed, 07 Sep 2011 20:47:48 -0700 From: Saul Wold User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0) Gecko/20110816 Thunderbird/6.0 MIME-Version: 1.0 To: Patches and discussions about the oe-core layer References: In-Reply-To: Subject: Re: [PATCH 0/5] patches to fix deb packaging: bug 1070 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2011 03:52:53 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 09/06/2011 06:08 AM, Dexuan Cui wrote: > The DEB packaging for core-image-sato-sdk(previously called poky-image-sdk) and > meta-toolchain-gmae(previously called meta-toolchain-sdk) has been broken for > quite a long period of time -- at least it was broken in Oct 2010 (I didn't try > to test older commits). > > The patches try to improve the situation. > > With the patches, core-image-sato-sdk for qemu{x86, x86-64, ppc, mips} can > build fine, but qemuarm still has a do_rootfs issue: > | The following packages have unmet dependencies: > | task-base-extended: Depends: task-base but it is not going to be installed > > And, meta-toolchain-gmae is still broken. The error is: > | + apt-get install task-sdk-host-nativesdk --force-yes --allow-unauthenticated > | Reading package lists... > | Building dependency tree... > | Reading state information... > | E: Couldn't find package task-sdk-host-nativesdk > > I'm working on the left issues. > > Does anybody know if OE has the similar issue or not? > Any comment/suggestions for the patch and left isseus are appreciated. > > Thanks! > > -- Dexuan > > The following changes since commit 41b7c955cfdc7b4d5c667c8a8742237d5edaca4f: > > icu-3.6: fix building with big make -j (2011-09-05 20:38:50 +0100) > > are available in the git repository at: > git://git.pokylinux.org/poky-contrib dcui/distro > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/distro > > Dexuan Cui (5): > populate_sdk_deb.bbclass: add the missing parameter - for tar > package_deb.bbclass: put the stderr into log.do_xxx-attemptonly.xxx > dpkg, dpkg-native: fix DEPENDS, RDEPENDS and pkg_postinst_dpkg > opkg: it should Rdepend on update-alternatives-cworth > default-providers.inc: define update-alternatives and -native > properly > > meta/classes/package_deb.bbclass | 2 +- > meta/classes/populate_sdk_deb.bbclass | 2 +- > meta/conf/distro/include/default-providers.inc | 5 ++--- > meta/recipes-devtools/dpkg/dpkg.inc | 23 ++++++++++------------- > meta/recipes-devtools/opkg/opkg_0.1.8.bb | 4 ++-- > meta/recipes-devtools/opkg/opkg_svn.bb | 4 ++-- > 6 files changed, 18 insertions(+), 22 deletions(-) > As requested Populate SDK Deb patch and package_deb patch were merged with OE-Core, will look for respins on the others. Thanks Sau!