-
Notifications
You must be signed in to change notification settings - Fork 712
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add recipe for TimescaleDB #507
base: master
Are you sure you want to change the base?
Add recipe for TimescaleDB #507
Conversation
Great thanks for the review. I'll make those changes. |
1a4c76c
to
b1da0bd
Compare
its failing to configure see |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please fix the build failures
I don't get the same error locally. I get another error when building on top of Yoe probably due to the use of clang wheras we have no errors in our Poky based distribution. I'll investigate further. Here is the error I get.
|
0001-install.sh-consider-multilib.patch removed since it is included in 1.5.0 Changelog: Issues for this release <https://github.com/bats-core/bats-core/pull/####> ========= Added: --------- new command line flags (openembedded#488) --verbose-run: Make run print $output by default -x, --trace: Print test commands as they are executed (like set -x)` --show-output-of-passing-tests: Print output of passing tests --print-output-on-failure: Automatically print the value of $output on failed tests --gather-test-outputs-in <directory>: Gather the output of failing and passing tests as files in directory Experimental: add return code checks to run via !/-<N> (openembedded#367, openembedded#507) install.sh and uninstall.sh take an optional second parameter for the lib folder name to allow for multilib install, e.g. into lib64 (openembedded#452) add run flag --keep-empty-lines to retain empty lines in ${lines[@]} (openembedded#224, a894fbf) add run flag --separate-stderr which also fills $stderr and $stderr_lines (openembedded#47, 5c9b173d, openembedded#507) Fixed: --------- don't glob run's $output when splitting into ${lines[@]} (openembedded#151, openembedded#152, openembedded#158, openembedded#156, openembedded#281, openembedded#289) remove empty line after test with pretty formatter on some terminals (openembedded#481) don't run setup_file/teardown_file on files without tests, e.g. due to filtering (openembedded#484) print final line without newline on Bash 3.2 for midtest (ERREXIT) failures too (openembedded#495, openembedded#145) abort with error on missing flock/shlock when running in parallel mode (openembedded#496) improved set -u test and fixed some unset variable accesses (openembedded#498, openembedded#501) shorten suite/file/test temporary folder paths to leave enough space even on restricted systems (openembedded#503) Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
I don't seem to be able to reproduce those errors. There also seems to be a bunch of other issues with that build https://errors.yoctoproject.org/Errors/Build/138125/ Is there somewhere other than the errors site where I can get more information on builds? |
please look at https://errors.yoctoproject.org/Errors/Details/621444/ specifically, and ignore others. there seems to be a
|
The error doesn't help me much If I can't reproduce it. If I can't reproduce it I can't very that I fixed it. Which repository do I find the commit hash 0ec31c50b04ac8a2e3e780f8b5218951fa9e5bbe if I can find that then perhaps I can reproduce it? |
use |
Changelog: ========== Update README.md Add support for the Huion Inspiroy H1060P Add support for Huion MiniDial KD100 (openembedded#470) Add Chuwi MiniBook X (openembedded#508) CI: upgrade FreeBSD to 13.1 (openembedded#507) data: Add XP-Pen Deco L (openembedded#509) Add support for XP-Pen Artist 12. (openembedded#505) Revert "Add support for Huion MiniDial KD100 (openembedded#470)" (openembedded#504) Remove leftover autogen.sh (openembedded#503) Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
Changelog: ========== general: add hid_get_report_descriptor API function (openembedded#451) macOS: fix retrieving USB Interface number on macOS 13.3 (openembedded#534) macOS: Properly handle the close of run loop on macOS (openembedded#522) libusb: fix crash in hid_enumerate() caused by a stale device handle (openembedded#526) windows: alternative way to get USB Serial Number if not provided by HidD_GetSerialNumberString (openembedded#464) windows: don't mark with dllexport in static build (openembedded#507/openembedded#515) windows: Get Bluetooth device Model Number String instead of Device Name into product string (openembedded#500) general: fixes (mostly error handling) of issues found by Coverity Scan (openembedded#552/openembedded#554/openembedded#555/openembedded#559/openembedded#560/openembedded#561) general: variouse fixes and improvements Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
Additions: - A new "DSP policy" module has been added; its purpose is to automatically load a filter-chain when a certain hardware device is present, so that audio always goes through this software DSP before reaching the device. This is mainly to support Apple M1/M2 devices, which require a software DSP to be always present - WpImplModule now supports loading module arguments directly from a SPA-JSON config file; this is mainly to support DSP configuration for Apple M1/M2 and will likely be reworked for 0.5 - Added support for automatically combining Bluetooth LE Audio device sets (e.g. pairs of earbuds) (!500) - Added command line options in ``wpctl`` to display device/node names and nicknames instead of descriptions - Added zsh completions file for ``wpctl`` - The device profile selection policy now respects the ``device.profile`` property if it is set on the device; this is useful to hand-pick a profile based on static configuration rules (alsa_monitor.rules) Changes/Fixes: - Linking policy now sends an error to the client before destroying the node, if it determines that the node cannot be linked to any target; this fixes error reporting on the client side - Fixed a crash in suspend-node that could happen when destroying virtual sinks that were loaded from another process such as pw-loopback (openembedded#467) - Virtual machine default period size has been bumped to 1024 (openembedded#507) - Updated bluez5 default configuration, using ``bluez5.roles`` instead of ``bluez5.headset-roles`` now (!498) - Disabled Bluetooth autoconnect by default (!514) - Removed ``RestrictNamespaces`` option from the systemd services in order to allow libcamera to load sandboxed IPA modules (openembedded#466) - Fixed a JSON encoding bug with empty strings (openembedded#471) - Lua code can now parse strings without quotes from SPA-JSON - Added some missing `\since` annotations and made them show up in the generated gobject-introspection file, to help bindings generators Signed-off-by: Markus Volk <[email protected]> Signed-off-by: Khem Raj <[email protected]>
Additions: - A new "DSP policy" module has been added; its purpose is to automatically load a filter-chain when a certain hardware device is present, so that audio always goes through this software DSP before reaching the device. This is mainly to support Apple M1/M2 devices, which require a software DSP to be always present - WpImplModule now supports loading module arguments directly from a SPA-JSON config file; this is mainly to support DSP configuration for Apple M1/M2 and will likely be reworked for 0.5 - Added support for automatically combining Bluetooth LE Audio device sets (e.g. pairs of earbuds) (!500) - Added command line options in ``wpctl`` to display device/node names and nicknames instead of descriptions - Added zsh completions file for ``wpctl`` - The device profile selection policy now respects the ``device.profile`` property if it is set on the device; this is useful to hand-pick a profile based on static configuration rules (alsa_monitor.rules) Changes/Fixes: - Linking policy now sends an error to the client before destroying the node, if it determines that the node cannot be linked to any target; this fixes error reporting on the client side - Fixed a crash in suspend-node that could happen when destroying virtual sinks that were loaded from another process such as pw-loopback (#467) - Virtual machine default period size has been bumped to 1024 (#507) - Updated bluez5 default configuration, using ``bluez5.roles`` instead of ``bluez5.headset-roles`` now (!498) - Disabled Bluetooth autoconnect by default (!514) - Removed ``RestrictNamespaces`` option from the systemd services in order to allow libcamera to load sandboxed IPA modules (#466) - Fixed a JSON encoding bug with empty strings (#471) - Lua code can now parse strings without quotes from SPA-JSON - Added some missing `\since` annotations and made them show up in the generated gobject-introspection file, to help bindings generators Signed-off-by: Markus Volk <[email protected]> Signed-off-by: Khem Raj <[email protected]> (cherry picked from commit 56d34f3) Signed-off-by: Armin Kuster <[email protected]>
We are using this recipe in production at Holoplot and would like to contribute it back to the community.