Qualcomm has release Linux BSP firmware package r1032.1. Main changes are the
following:
* new LICENSE/EULA that allows redistribution
* new SBL with support for CDT partition and LK signing
* new DSP firmware with GPS and audio coexistence
Since the new license allows redistribution, the firmware is no hosted on
96boards.org and the file is published as a standard ZIP file, not a self
extractable archive as before.
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
For Dragonboard 820c we are currently using a custom kernel branch, rename the
kernel recipe accordingly to make it more obvious that we are using such custom
branch.
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
The YP compliance requires the file README in the layer root dir. So far we are
using README.md for convenience, since the project is hosted on github and we
use markdown language.
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
This recipe explicitely depends on gpsd which is in meta-oe and not OE-core. So
let's move the recipe into the openembedded-layer so that it gets parsed/used
only when our users also have enabled meta-oe in their build, otherwise this
recipe is irrelevant and should be skipped.
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
The self extracting archive internally uses xz compression, so when we unpack
the firmware archive, we end up using xz. HOSTTOOLS has been introduced in OE
core recently to avoid silently using tools from $PATH on the host. This has
reavealed that the firmware recipe was missing an explicit dependency on
xz-native tool (until now it was using it from the host!).
Reported-by: Stanimir Varbanov <stanimir.varbanov@linaro.org>
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
The UCM patch for DB410c was merged in 1.1.3 upstream, so let's make sure it is
used only for 1.1.2 (morty).
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
On 8096 machines (with UFS) the pagesize is 4096, not 2048. Not using the right
size might create images which won't be loaded by the bootloader (lk).
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>