Age | Commit message (Collapse) | Author | Files |
|
|
|
package/recipe
Before moving the license we had:
Collected errors:
* check_data_file_clashes: Package marvell-sdio-fw wants to install file .../rootfs/x11-sato2-image/lib/firmware/Marvell-Licence.txt
But that file is already provided by package * marvell-gspi-fw
* opkg_install_cmd: Cannot install package task-base-extended.
in do_rootfs for machine bug under angstrom.
In bug.conf there is:
MACHINE_EXTRA_RRECOMMENDS = "marvell-gspi-fw marvell-sdio-fw kernel-modules"
That installed both marvell-gspi-fw and marvell-sdio-fw
each recipe had the same firmware license file(Marvell-Licence.txt)
The two identic license files were installed at the same location
which led to the install issue mentioned above.
Moving the license in its own recipe/package removes the clash.
In order to fullfill the legal requirements of the license I used
RDEPENDS in order to be shure that the license would be present if
at least one of the firmwares are present
|
|
* introduce linux-firmware.inc which allows to easily fetch firmwares
for lot of devices.
Signed-off-by: Eric Bénard <eric@eukrea.com>
|
|
|
|
This reverts commit d3780146af6fdc0f2de1b9485e9baf3f0f57ea97.
Because we do not have the permission to ship this firmware
The firmware came with no license,having no license doesn't give
us the right to ship it,in fact it's the contrary:
Current copyright law prevent redistribution by default
if no permission is specified.
|
|
Hi
I'd like to introduce a the bitbake file for the wl1251 firmware
this firmware is needed to get wl1251 like its in the htcdream to initialize
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
driver in the Samsung Omnia SGH-i900.
|
|
|
|
This is firmware for not-yet-released-into-sales wifi/bt bugmodule.
|