-
Notifications
You must be signed in to change notification settings - Fork 809
fix SRCREV_FORMAT errors #442
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
Conversation
Since it uses multiple fetch URIs make it explicit to define SRCREV_FORMAT Signed-off-by: Khem Raj <[email protected]>
Since it uses multiple fetch URIs make it explicit to define SRCREV_FORMAT Signed-off-by: Khem Raj <[email protected]>
|
the commits from awe-1989 are missing signed-off-by |
| SRCREV_effcee = "cd25ec17e9382f99a895b9ef53ff3c277464d07d" | ||
| SRCREV_re2 = "5bd613749fd530b576b890283bfb6bc6ea6246cb" | ||
| SRCREV_googletest = "f2fb48c3b3d79a75a88a99fba6576b25d42ec528" | ||
| SRCREV_FORMAT ="ttols_headers_effcee_re2_googletest" |
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.
there is a typo s/ttools/spirv-tools/ and headers should be spirv-headers
| # v9.12.0 | ||
| SRCREV_drbd-utils = "91629a4cce49ca0d4f917fe0bffa25cfe8db3052" | ||
| SRCREV_drbd-headers = "233006b4d26cf319638be0ef6d16ec7dee287b66" | ||
| SRCREV_FORMAT = "utils_headers" |
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.
this should be drbd-utils_drbd-headers
Since it uses multiple fetch URIs make it explicit to define SRCREV_FORMAT Signed-off-by: Andreas Weger <[email protected]> Change-Id: I062eb971a83594315cc674ccb6eba67a14d5656f
Since it uses multiple fetch URIs make it explicit to define SRCREV_FORMAT Signed-off-by: Andreas Weger <[email protected]> Change-Id: Ib24fce16b3986a465f1c5854166b8f28446b5186
Since it uses multiple fetch URIs make it explicit to define SRCREV_FORMAT Signed-off-by: Andreas Weger <[email protected]> Change-Id: Id1d0a1062d09f690123b2a1c06137ae5c04d7b20
f464043 to
353a1d6
Compare
|
Thanks for the comments. I pushed a new patch set. |
kraj
left a comment
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.
this looks ok to me. I see that you proposed it for dunfell. I would like you to first ensure that all these changes are already present in one way or other in master branch as well. Then we can apply it for dunfell.
meta-networking/recipes-support/drbd/drbd-utils_9.12.0.bb was changed to drbd-utils_9.13.1.bb and fixed in bd49915 meta-oe/recipes-devtools/grpc/grpc_1.24.3.bb was changed to grpc_1.35.0.bb. during this time was switched to a single source. 15cff67 meta-oe/recipes-graphics/spir/spirv-tools_git.bb was moved to openembedded-core with 8a5d7f2. There it has only one source in the master branch. Thus, these problems should no longer occur in the master branch. |
sounds good then. Thanks for followup. @akuster we should be good for dunfell here. |
Release notes for 4.16.3 ======================== - panel: Change width of default panel-2 to 1% (Fixes openembedded#454) - panel: Fix xfce4-panel-CRITICAL - panel: Fix xfce4-panel-CRITICAL when already running - libxfce4panel: Do not destroy context menu if popped up (Fixes openembedded#442) - launcher: Check for menu item initialization - launcher: Fix garcon-CRITICAL at startup - systray: Fix GObject-CRITICAL - systray: Fix Gtk-CRITICAL at startup/shutdown - systray: Fix libsystray-CRITICAL - tasklist: Fix Gtk-CRITICAL - Silent `-Wcast-align` from Clang - Translation Updates Signed-off-by: Andreas Müller <[email protected]> Signed-off-by: Khem Raj <[email protected]>
|
pulled changes in for testing |
|
some of these also pulled in for hardknott |
|
thanks |
Release notes for 4.16.3 ======================== - panel: Change width of default panel-2 to 1% (Fixes openembedded#454) - panel: Fix xfce4-panel-CRITICAL - panel: Fix xfce4-panel-CRITICAL when already running - libxfce4panel: Do not destroy context menu if popped up (Fixes openembedded#442) - launcher: Check for menu item initialization - launcher: Fix garcon-CRITICAL at startup - systray: Fix GObject-CRITICAL - systray: Fix Gtk-CRITICAL at startup/shutdown - systray: Fix libsystray-CRITICAL - tasklist: Fix Gtk-CRITICAL - Silent `-Wcast-align` from Clang - Translation Updates Signed-off-by: Andreas Müller <[email protected]> Signed-off-by: Khem Raj <[email protected]> (cherry picked from commit 2b9f0a5)
Release notes for 4.16.3 ======================== - panel: Change width of default panel-2 to 1% (Fixes openembedded#454) - panel: Fix xfce4-panel-CRITICAL - panel: Fix xfce4-panel-CRITICAL when already running - libxfce4panel: Do not destroy context menu if popped up (Fixes openembedded#442) - launcher: Check for menu item initialization - launcher: Fix garcon-CRITICAL at startup - systray: Fix GObject-CRITICAL - systray: Fix Gtk-CRITICAL at startup/shutdown - systray: Fix libsystray-CRITICAL - tasklist: Fix Gtk-CRITICAL - Silent `-Wcast-align` from Clang - Translation Updates Signed-off-by: Andreas Müller <[email protected]> Signed-off-by: Khem Raj <[email protected]> Signed-off-by: Mike Petersen <[email protected]> (cherry picked from commit 2b9f0a5)
Release notes for 4.16.3 ======================== - panel: Change width of default panel-2 to 1% (Fixes openembedded#454) - panel: Fix xfce4-panel-CRITICAL - panel: Fix xfce4-panel-CRITICAL when already running - libxfce4panel: Do not destroy context menu if popped up (Fixes openembedded#442) - launcher: Check for menu item initialization - launcher: Fix garcon-CRITICAL at startup - systray: Fix GObject-CRITICAL - systray: Fix Gtk-CRITICAL at startup/shutdown - systray: Fix libsystray-CRITICAL - tasklist: Fix Gtk-CRITICAL - Silent `-Wcast-align` from Clang - Translation Updates Signed-off-by: Andreas Müller <[email protected]> Signed-off-by: Khem Raj <[email protected]> Signed-off-by: Mike Petersen <[email protected]> (cherry picked from commit 2b9f0a5)
Changelog: ========= Improve transcoding error message (openembedded#442) (538df80) Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
…27995b38eb4271044f)
Drop patches now part of new upstream release:
- 449.patch
- 481.patch
- 482.patch
Refresh patches due to GENIVI->COVESA renaming
What's Changed:
Update ReleaseNotes and version to v2.18.9 by @minminlittleshrimp in openembedded#468
Update status badges on README.md by @michael-methner in openembedded#467
logstorage: Adds option to write logs in gzip format by @LiquidityC in openembedded#442
Re-Initialize internal logging in daemon mode only by @lvklevankhanh in openembedded#459
Remove use of DLT_LOG in signal handler by @michael-methner in openembedded#472
Update gtest_dlt_daemon_multiple_files_logging.cpp by @LocutusOfBorg in openembedded#481
Update AUTOSAR standard link by @lucafrance in openembedded#480
cmake: set version to 2.18.9 by @alexmohr in openembedded#478
Fix macro code to use boolean value in while instruction (false) by @michael-methner in openembedded#469
dlt_user_shared: Add timeout to writev by @alexmohr in openembedded#385
build: add static lib only if necessary by @alexmohr in openembedded#479
Update CMakeLists.txt by @LocutusOfBorg in openembedded#482
watchdog: improve dlt watchdog by @alexmohr in openembedded#470
log-level-config: add option to configure log levels by @alexmohr in openembedded#474
gtest_dlt_daemon_gateway: dlt-daemon run without dlt_passive.conf file by @lti9hc in openembedded#487
dlt_unit_test: Fix and improve quality of unit tests by @minminlittleshrimp in openembedded#494
dlt-qnx-system improvement by @lvklevankhanh in openembedded#495
gtest: Init submodule and update version by @minminlittleshrimp in openembedded#497
dlt-qnx-system: prevent message loss in high load situations by @alexmohr in openembedded#490
Fix compile error stringop-truncation with GCC 9.4 by @michael-methner in openembedded#499
Update README.md by @lvklevankhanh in openembedded#503
dlt-coverage: Add coverage report generator for dlt by @minminlittleshrimp in openembedded#501
dlt-system: move journal reading to its own thread by @alexmohr in openembedded#471
Switch from GENIVI to COVESA by @minminlittleshrimp in openembedded#511
Update CMakeLists.txt: set required std version to gnu++14 by @LocutusOfBorg in openembedded#504
cmake: Policy CMP0115 set to OLD behavior for dlt-daemon with cmake >= 3.20 by @minminlittleshrimp in openembedded#510
fix usage of pthread_cond_timedwait by @alexmohr in openembedded#491
DLT Upstream for minor release by @minminlittleshrimp in openembedded#515
cmake: disable network trace by @alexmohr in openembedded#477
doc: add COVESA logo image by @minminlittleshrimp in openembedded#516
Prepare for 2.18.10 release by @michael-methner in openembedded#517
Signed-off-by: Gianfranco Costamagna <[email protected]>
Signed-off-by: Gianfranco Costamagna <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
…27995b38eb4271044f)
Drop patches now part of new upstream release:
- 449.patch
- 481.patch
- 482.patch
Refresh patches due to GENIVI->COVESA renaming
What's Changed:
Update ReleaseNotes and version to v2.18.9 by @minminlittleshrimp in openembedded#468
Update status badges on README.md by @michael-methner in openembedded#467
logstorage: Adds option to write logs in gzip format by @LiquidityC in openembedded#442
Re-Initialize internal logging in daemon mode only by @lvklevankhanh in openembedded#459
Remove use of DLT_LOG in signal handler by @michael-methner in openembedded#472
Update gtest_dlt_daemon_multiple_files_logging.cpp by @LocutusOfBorg in openembedded#481
Update AUTOSAR standard link by @lucafrance in openembedded#480
cmake: set version to 2.18.9 by @alexmohr in openembedded#478
Fix macro code to use boolean value in while instruction (false) by @michael-methner in openembedded#469
dlt_user_shared: Add timeout to writev by @alexmohr in openembedded#385
build: add static lib only if necessary by @alexmohr in openembedded#479
Update CMakeLists.txt by @LocutusOfBorg in openembedded#482
watchdog: improve dlt watchdog by @alexmohr in openembedded#470
log-level-config: add option to configure log levels by @alexmohr in openembedded#474
gtest_dlt_daemon_gateway: dlt-daemon run without dlt_passive.conf file by @lti9hc in openembedded#487
dlt_unit_test: Fix and improve quality of unit tests by @minminlittleshrimp in openembedded#494
dlt-qnx-system improvement by @lvklevankhanh in openembedded#495
gtest: Init submodule and update version by @minminlittleshrimp in openembedded#497
dlt-qnx-system: prevent message loss in high load situations by @alexmohr in openembedded#490
Fix compile error stringop-truncation with GCC 9.4 by @michael-methner in openembedded#499
Update README.md by @lvklevankhanh in openembedded#503
dlt-coverage: Add coverage report generator for dlt by @minminlittleshrimp in openembedded#501
dlt-system: move journal reading to its own thread by @alexmohr in openembedded#471
Switch from GENIVI to COVESA by @minminlittleshrimp in openembedded#511
Update CMakeLists.txt: set required std version to gnu++14 by @LocutusOfBorg in openembedded#504
cmake: Policy CMP0115 set to OLD behavior for dlt-daemon with cmake >= 3.20 by @minminlittleshrimp in openembedded#510
fix usage of pthread_cond_timedwait by @alexmohr in openembedded#491
DLT Upstream for minor release by @minminlittleshrimp in openembedded#515
cmake: disable network trace by @alexmohr in openembedded#477
doc: add COVESA logo image by @minminlittleshrimp in openembedded#516
Prepare for 2.18.10 release by @michael-methner in openembedded#517
Signed-off-by: Gianfranco Costamagna <[email protected]>
Signed-off-by: Gianfranco Costamagna <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
…27995b38eb4271044f)
Drop patches now part of new upstream release:
- 449.patch
- 481.patch
- 482.patch
Refresh patches due to GENIVI->COVESA renaming
What's Changed:
Update ReleaseNotes and version to v2.18.9 by @minminlittleshrimp in openembedded#468
Update status badges on README.md by @michael-methner in openembedded#467
logstorage: Adds option to write logs in gzip format by @LiquidityC in openembedded#442
Re-Initialize internal logging in daemon mode only by @lvklevankhanh in openembedded#459
Remove use of DLT_LOG in signal handler by @michael-methner in openembedded#472
Update gtest_dlt_daemon_multiple_files_logging.cpp by @LocutusOfBorg in openembedded#481
Update AUTOSAR standard link by @lucafrance in openembedded#480
cmake: set version to 2.18.9 by @alexmohr in openembedded#478
Fix macro code to use boolean value in while instruction (false) by @michael-methner in openembedded#469
dlt_user_shared: Add timeout to writev by @alexmohr in openembedded#385
build: add static lib only if necessary by @alexmohr in openembedded#479
Update CMakeLists.txt by @LocutusOfBorg in openembedded#482
watchdog: improve dlt watchdog by @alexmohr in openembedded#470
log-level-config: add option to configure log levels by @alexmohr in openembedded#474
gtest_dlt_daemon_gateway: dlt-daemon run without dlt_passive.conf file by @lti9hc in openembedded#487
dlt_unit_test: Fix and improve quality of unit tests by @minminlittleshrimp in openembedded#494
dlt-qnx-system improvement by @lvklevankhanh in openembedded#495
gtest: Init submodule and update version by @minminlittleshrimp in openembedded#497
dlt-qnx-system: prevent message loss in high load situations by @alexmohr in openembedded#490
Fix compile error stringop-truncation with GCC 9.4 by @michael-methner in openembedded#499
Update README.md by @lvklevankhanh in openembedded#503
dlt-coverage: Add coverage report generator for dlt by @minminlittleshrimp in openembedded#501
dlt-system: move journal reading to its own thread by @alexmohr in openembedded#471
Switch from GENIVI to COVESA by @minminlittleshrimp in openembedded#511
Update CMakeLists.txt: set required std version to gnu++14 by @LocutusOfBorg in openembedded#504
cmake: Policy CMP0115 set to OLD behavior for dlt-daemon with cmake >= 3.20 by @minminlittleshrimp in openembedded#510
fix usage of pthread_cond_timedwait by @alexmohr in openembedded#491
DLT Upstream for minor release by @minminlittleshrimp in openembedded#515
cmake: disable network trace by @alexmohr in openembedded#477
doc: add COVESA logo image by @minminlittleshrimp in openembedded#516
Prepare for 2.18.10 release by @michael-methner in openembedded#517
Signed-off-by: Gianfranco Costamagna <[email protected]>
Signed-off-by: Gianfranco Costamagna <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
Overview of changes in gnome-calculator 48.0
* Updated translations
* Fixed converter context menus not working (fcusr)
* Code cleanup and improvements (fcusr, Adrien Plazas)
* Improvements in function usage, brackets usage (Adrien Plazas)
Overview of changes in gnome-calculator 48.rc
* Updated translations
* UI and styling fixes (fcusr, Adrien Plazas)
* Do not steal focus on window move openembedded#422 (Robert Roth)
Overview of changes in gnome-calculator 48.beta
* Updated translations
* Added Conversion mode (fcusr)
* Ported financial dialogs to modern widgets (fcusr)
* programming: disable digits not available in current number base
* buttons: improvements to popover styling
Overview of changes in gnome-calculator 48.alpha
* Updated translations
* a11y: Announce the calculation result even when done through the buttons openembedded#411 (Lukáš Tyrychtr)
* display: Cycle through history with Alt+Left/Right buttons openembedded#296 (Hari Rana)
* character-dialog: Modernized the character dialog (Hari Rana)
* history-entry: Apply dim label to some buttons (Hari Rana)
* math-preferences: Use header capitalization (Automeris naranja)
* converter: Use correct kJ unit shortName openembedded#427 (Robert Roth)
* converter: Fixed incorrect units in financial mode openembedded#424 (Robert Roth)
* converter: Added nanosecond unit (Robert Roth)
* tests: Fixed broken test on slower computers openembedded#434 (Robert Roth)
* history-view: Improve default size openembedded#419 (Robert Roth)
* display: Fixed incorrectly sized text entry openembedded#405 (Robert Roth)
* converter: Add pressure units !179 (Olexander Movchan, Anders Jonsson)
* converter: Updated russian ruble currency symbol and name openembedded#440 (Robert Roth)
* display: Fix crash on using Shift+Insert openembedded#442 (Robert Roth)
* converter: Fixed MJ and kWh conversion factors openembedded#445 (Çağatay Yiğit Şahin)
* tests: Added test to validate MJ and kWh conversion (Robert Roth)
* keyboard: Added shortcut to clear history openembedded#398 (Claudio Silva Junior)
Signed-off-by: Markus Volk <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
Overview of changes in gnome-calculator 48.0
* Updated translations
* Fixed converter context menus not working (fcusr)
* Code cleanup and improvements (fcusr, Adrien Plazas)
* Improvements in function usage, brackets usage (Adrien Plazas)
Overview of changes in gnome-calculator 48.rc
* Updated translations
* UI and styling fixes (fcusr, Adrien Plazas)
* Do not steal focus on window move #422 (Robert Roth)
Overview of changes in gnome-calculator 48.beta
* Updated translations
* Added Conversion mode (fcusr)
* Ported financial dialogs to modern widgets (fcusr)
* programming: disable digits not available in current number base
* buttons: improvements to popover styling
Overview of changes in gnome-calculator 48.alpha
* Updated translations
* a11y: Announce the calculation result even when done through the buttons #411 (Lukáš Tyrychtr)
* display: Cycle through history with Alt+Left/Right buttons #296 (Hari Rana)
* character-dialog: Modernized the character dialog (Hari Rana)
* history-entry: Apply dim label to some buttons (Hari Rana)
* math-preferences: Use header capitalization (Automeris naranja)
* converter: Use correct kJ unit shortName #427 (Robert Roth)
* converter: Fixed incorrect units in financial mode #424 (Robert Roth)
* converter: Added nanosecond unit (Robert Roth)
* tests: Fixed broken test on slower computers #434 (Robert Roth)
* history-view: Improve default size #419 (Robert Roth)
* display: Fixed incorrectly sized text entry #405 (Robert Roth)
* converter: Add pressure units !179 (Olexander Movchan, Anders Jonsson)
* converter: Updated russian ruble currency symbol and name #440 (Robert Roth)
* display: Fix crash on using Shift+Insert #442 (Robert Roth)
* converter: Fixed MJ and kWh conversion factors #445 (Çağatay Yiğit Şahin)
* tests: Added test to validate MJ and kWh conversion (Robert Roth)
* keyboard: Added shortcut to clear history #398 (Claudio Silva Junior)
Signed-off-by: Markus Volk <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
No description provided.