Comment 12 for bug 824610

Revision history for this message
Tixy (Jon Medhurst) (tixy) wrote :

How to fix this bug in landing team packaging...

Apply these two patches:
http://git.linaro.org/gitweb?p=people/jcrigby/linux-lt.git;a=commit;h=25db06de8a2f7d5e74dda28471141cd36450cb3a
http://git.linaro.org/gitweb?p=people/jcrigby/linux-lt.git;a=commit;h=4c0e3b7c14edefe75691eb00eac91b4fc8473f1f

Now building packages will require ARM libraries, for cross-building on an Oneiric PC the following _may_ work (please report success or failure)...

Add a line to /etc/apt/sources.list like this:
 deb [arch=armel] http://ports.ubuntu.com/ oneiric main restricted
Install ARM libraries with:
 sudo xapt -m -a armel binutils-dev libdw-dev
If the libraries don't install, then cross-building the tools package is not possible and you will need to temporarily disable this whenever building packages locally by setting "do_tools=false" in debian.linaro/rules.d/armel.mk

Question, does the tools package need adding to the hardware pack?