Martin Maurer
Martin Maurer
I have the following test yang file: ``` module test1 { namespace "http://test.org/" prefix test2; container test3 { leaf test4 { type string; default "abcd"; } } } ``` I...
My question points not to how to install a new (user related) yang file, but to the already available *.yang files. My question points to branch "devel", but I assume...
Add build (and test) for windows_arm64
https://github.com/pytorch/pytorch/issues/106956#issuecomment-2308736986 (Description of environment: https://github.com/pytorch/pytorch/issues/133804 )
"libpcre2 >= 10.21 (including devel package) note, that PCRE is supposed to be compiled with unicode support (configure's options --enable-utf and --enable-unicode-properties) " See here: https://github.com/PCRE2Project/pcre2/issues/436#issuecomment-2269467133 Perhaps note is obsolete...
I am trying to compile rousette (in an yocto environment, cross-compiling). Meanwhile a lot progress, but 1 link error remains: lyd_free_meta_single is reported as unresolved ``` | /builds/xxx/imagebuilder2-imx8mp/build/tmp-ampliphy-xxx/work/cortexa53-crypto-phytec-linux/rousette/1.0.0/recipe-sysroot-native/usr/bin/aarch64-phytec-linux/../../libexec/aarch64-phytec-linux/gcc/aarch64-phytec-linux/13.3.0/ld: /builds/xxx/imagebuilder2-imx8mp/build/tmp-ampliphy-xxx/work/cortexa53-crypto-phytec-linux/rousette/1.0.0/recipe-sysroot/usr/lib/libsysrepo-cpp.so: undefined...
In my system (Yocto Scarthgap) there are the following files: # ls -la /usr/lib/security/ total 87 drwxr-xr-x 2 root root 1024 Mar 9 2018 ./ drwxr-xr-x 29 root root 8192...
We are using USB2 between a i.MX8MP and a Linux board. On the board we use uuu. It takes some time, till a complete image is downloaded. Does someknow know,...
In https://github.com/sysrepo/sysrepo/blob/master/examples/application_changes_example.c there is https://github.com/sysrepo/sysrepo/blob/ef93a1253cc97f13671759f6e7790cbf729a5ae9/examples/application_changes_example.c#L222 For every PUT request via upper layer (RESTCONF, NETCONF), the callback (registered towards sysrepo) is called twice: Once with SR_EV_CHANGE to check if value to...