Jan Vermaete
Jan Vermaete
The variable name in the code is different as in the documentation.
* Strip the directory from the filename in the MD5 checksum file. Otherwise the md5sum --check does not work. * Create the sha256 checksum files Signed-off-by: Jan Vermaete
I'm looking for the same functionality of 'repo manifest -r -o my-manifest.xml' of google repo in Kas. Is there something to export all git hash stuff from the meta layers...
Hi, I'm not sure if enabling the debug-tweaks in the kas-poky-rpi.yml file is still a good idea? It could be placed in comment. Or mentioned in the documentation who to...
Would it make sense to add the ishapes example into the cmake build under the examples of tests condition? ``` if(OPENDDS_BUILD_EXAMPLES OR OPENDDS_BUILD_TESTS) enable_testing() add_subdirectory(DevGuideExamples/DCPS/Messenger) add_subdirectory(examples/DCPS/ishapes) endif() ``` It's still...
The 'request' flag seems to be not in the documentation. It is however in the code: https://github.com/sphinx-contrib/openapi/blob/master/sphinxcontrib/openapi/renderers/_httpdomain_old.py#L23
Some fixes in the README.md
For now only the 'dtmerge' (including 'dtoverlay' and 'dtparam') and 'pinctrl' utilities are included. Added the 'raspi-' prefix to make it less conflicting with other 'utils' recipes.
The overlay to disable Bluetooth is different for Raspberry Pi 5. To disable the Bluetooth on a Raspberry Pi 5 a new device tree overlay is added to the /boot/overlays...
Fixed the warning from kas: WARNING - Using deprecated refspec for repository "poky". You should migrate to commit/tag/branch. WARNING - Using deprecated refspec for repository "meta-openembedded". You should migrate to...