Adrian Freihofer via lists.yoctoproject.org schrieb am Fr 11. Okt, 21:33 (GMT):
> Maybe you can extract the Deb file independently from bitbake with tar and
> provide the binaries as a simple tar archive. This would allow to use
> bitbake's fetcher to download the tar and unpack the binaries into WORKDIR
> as usual. Then you can write a do_install task which installs the binaries
> the Yocto way.

That's the way we do, too. And Bitbake's fetcher supports deb archives. You
can add them as `SRC_URI = "….deb"` and copy the files in *do_install()*.

Otherwise: The Debian package is an *ar* archive that contains a *tar* file.
Instead of using *dpkg* you can use *ar* and then *tar*.

Regards, Jörg
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#64024): https://lists.yoctoproject.org/g/yocto/message/64024
Mute This Topic: https://lists.yoctoproject.org/mt/108951488/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to