Bug 17036 - [PATCH] Adding squeezeos-dsp-bin.bb
: [PATCH] Adding squeezeos-dsp-bin.bb
Status: UNCONFIRMED
Product: SB Radio
Classification: Unclassified
Component: Audio
: Include FW version in comment
: PC Other
: -- normal (vote)
: ---
Assigned To: Unassigned bug - please assign me!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-03-09 02:30 UTC by Andreas Thienemann
Modified: 2012-03-09 07:28 UTC (History)
2 users (show)

See Also:
Category: ---


Attachments
Patch adding squeezeos-dsp-bin_1.0.bb to make the baby target actually compile (1.27 KB, patch)
2011-03-09 02:30 UTC, Andreas Thienemann
Details | Diff
binary babydsp alsa module (33.91 KB, application/octet-stream)
2011-03-09 02:33 UTC, Andreas Thienemann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Thienemann 2011-03-09 02:30:34 UTC
Created attachment 7196 [details]
Patch adding squeezeos-dsp-bin_1.0.bb to make the baby target actually compile

When rebuilding squeezeos for the baby target, the build will fail in the
squeezebex-dsp part with a message that ${SQUEEZEOS_PRIVATE_SVN} would
constitute an invalid URL.

This error is because the sources for the squeezebox-dsp package are not public
and bitbake has been told in case of a public build to just repackage the
existing binary. The appropriate bitbake recipe is missing however.

Attached is the patch adding the well as the binay .so file taken from the
7.5.4_r9283 release of the firmware.
Comment 1 Andreas Thienemann 2011-03-09 02:33:44 UTC
Created attachment 7197 [details]
binary babydsp alsa module

This file was taken from the 7.5.4_r9283 build of the firmware and should be dropped into poky/meta-squeezeos/packages/alsa/files/
Comment 2 Ben Klaas 2011-03-09 07:44:39 UTC
Andreas, thanks so much for the patch!

Vahid, this is worth reviewing and getting into our code. It will be an advantage for anyone restricted to public checkouts to be able to successfully make a build for the baby.
Comment 3 Andreas Thienemann 2011-03-09 07:59:37 UTC
You are welcome.

There's another patch for the ar6k wifi filed.

With both applied I could get a baby build to succeed but did not yet have time to test it on the actual device. This will come next.

You might have to review the version string in the filename as I wasn't able to guess that without having access to the private svn repo.