dv1
dv1
Currently, jni.hpp does not build in Ubuntu 20.04 with GCC 9 and clang 10. These commits fix the issues.
I have a C++ API that looks like this: ``` class device { public: virtual ~device(); virtual void disconnect() = 0; virtual int read(void *dest, int num_bytes) = 0; virtual...
I tried to build a Yocto SDK for `imx8mq-evk` and current Yocto Kirkstone, but I get: ``` Downloading file:/home/build/BuildSetups * check_data_file_clashes: Package linux-firmware-nxp89xx wants to install file /home/build/BuildSetups2/yocto-bsp-kirkstone/build/tmp/work/imx8mq_evk-custom-linux/custom-devel-image/1.0-r0/sdk/image/usr/local/oe-sdk-hardcoded-buildpath/sysroots/cortexa53-crypto-custom-linux/lib/firmware/nxp/ed_mac_ctrl_V3_8997.conf But that...
I am trying to use the ALSA Compress-Offload support on a Dragonboard 410c. When I start the Android image on the eMMC, I see that Compress-Offload works - I see...
Have there been discussions about adding support for (E)AC3, DTS, and MPEG-H? These days, 3D Audio is a use case where the Compress-Offload API is useful. It therefore would make...
This obviates the need for copying the font files to the local or system wide font directories.
Several initrd scripts pollute FILES:${PN} by adding init.machine, which ends up masking errors in other smartwatch specific bbappends, specifically that they are missing their own init.machine addition. This means that...