[OE-core] [PATCH] base bbclass: add support for tar.lz

Koen Kooi koen at dominion.thruhere.net
Tue Oct 28 09:36:09 UTC 2014


> Op 27 okt. 2014, om 14:15 heeft Burton, Ross <ross.burton at intel.com> het volgende geschreven:
> 
> 
> On 27 October 2014 13:06, Koen Kooi <koen at dominion.thruhere.net> wrote:
> Ah, two different problems :/
> 
> The problem that lzip-native isn't in oe-core is only a problem when there's a .lz SRC_URI in oe-core, but the false-positives are a problem now.

Apart from this dependency problem, bitbake has a problem as well. Does anyone know why bitbake does:

	compressiontool --stdout file.tar.compressed | tar x

instead of:

	tar xf file.tar.compressed 

Tar seems to do the right thing with 'tar xf' after installing lzip on my angstrom system, I don't have and .tar.lz lzops lying around to test with, though.

regards,

Koen


More information about the Openembedded-core mailing list