libcamera: bump to latest master#727
Closed
vivien wants to merge 1 commit intoopenembedded:masterfrom
Closed
Conversation
Bump libcamera to latest master, as commit a2eadc40a introduces flicker controls for rpi which are required in latest libcamera-apps. Signed-off-by: Vivien Didelot <vivien.didelot@gmail.com>
Contributor
|
merged to master with 90c027d |
rohieb
pushed a commit
to rohieb/meta-openembedded
that referenced
this pull request
Aug 12, 2023
Changelog:
===========
Added:
-----------
add ${BATS_TEST_TAGS[@]} for querying the tags during a test (openembedded#705)
print tags on failing tests (openembedded#705)
test for negative arguments to --jobs (openembedded#693)
add tests for --formatter cat (openembedded#710)
test coverage in CI (openembedded#718)
Support for rush as alternative to GNU parallel (openembedded#729)
add bats_pipe helper function for run that executes \| as pipes (openembedded#663)
publish docker images to ghcr.io (additionally to Dockerhub) (openembedded#740)
Fixed:
---------
fix run with options overwriting the value of i (openembedded#726, openembedded#727)
fix ${BATS_TEST_NAMES[@]} containing only --tags instead of test name since Bats v1.8.0 (openembedded#705)
fix run --keep-empty-lines counting trailing \n as (empty) new line (openembedded#711)
fix short flag unpacker creating bogus command lines with valued flags (openembedded#732)
fix formatter becoming confused with retries (openembedded#734)
fix --gather-test-outputs-in fails on tests with / (openembedded#735)
fix overriding date breaks --timing (openembedded#736)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
halstead
pushed a commit
that referenced
this pull request
Oct 7, 2025
Changelog:
==========
Security
--------
Prevent PHP injection through malicious block name or include file name. This addresses CVE-2022-29221
Fixed
-------
Exclude docs and demo from export and composer #751
PHP 8.1 deprecation notices in demo/plugins/cacheresource.pdo.php #706
PHP 8.1 deprecation notices in truncate modifier #699
Math equation max(x, y) didn't work anymore #721
Fix PHP 8.1 deprecated warning when calling rtrim #743
PHP 8.1: fix deprecation in escape modifier #727
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 9374648)
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
jpuhlman
pushed a commit
to MontaVista-OpenSourceTechnology/meta-openembedded
that referenced
this pull request
Nov 11, 2025
Source: meta-openembedded MR: 297304 Type: Integration Disposition: Merged from meta-openembedded ChangeID: 0b97d9e Description: Changelog: ========== Security -------- Prevent PHP injection through malicious block name or include file name. This addresses CVE-2022-29221 Fixed ------- Exclude docs and demo from export and composer openembedded#751 PHP 8.1 deprecation notices in demo/plugins/cacheresource.pdo.php openembedded#706 PHP 8.1 deprecation notices in truncate modifier openembedded#699 Math equation max(x, y) didn't work anymore openembedded#721 Fix PHP 8.1 deprecated warning when calling rtrim openembedded#743 PHP 8.1: fix deprecation in escape modifier openembedded#727 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 9374648) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump libcamera to latest master, as commit a2eadc40a introduces flicker controls for rpi which are required in latest libcamera-apps.
Cc: @kraj, @shr-project