|
[meta-mingw] [PATCH v3 5/5] conf/layer.conf: use BBFILES_DYNAMIC for dynamic layers
Add a dynamic BBFILES pattern so that patches for openembedded-layer
are conditionally applied only if meta-oe is present.
Signed-off-by: Sinan Kaya <okaya@...>
---
conf/layer.conf | 9
Add a dynamic BBFILES pattern so that patches for openembedded-layer
are conditionally applied only if meta-oe is present.
Signed-off-by: Sinan Kaya <okaya@...>
---
conf/layer.conf | 9
|
By
Sinan Kaya <okaya@...>
·
#54449
·
|
|
[meta-mingw] [PATCH v3 4/5] abseil-cpp: disable shared build as it is broken
Signed-off-by: Sinan Kaya <okaya@...>
---
recipes-devtools/abseil-cpp/abseil-cpp_%.bbappend | 1 +
1 file changed, 1 insertion(+)
create mode 100644
Signed-off-by: Sinan Kaya <okaya@...>
---
recipes-devtools/abseil-cpp/abseil-cpp_%.bbappend | 1 +
1 file changed, 1 insertion(+)
create mode 100644
|
By
Sinan Kaya <okaya@...>
·
#54448
·
|
|
[meta-mingw] [PATCH v3 3/5] grpc: static link tools when generating SDK
[libprotobuf ERROR google/protobuf/descriptor_database.cc:641]
File already exists in database: google/protobuf/descriptor.proto
[libprotobuf FATAL google/protobuf/descriptor.cc:1371] CHECK
[libprotobuf ERROR google/protobuf/descriptor_database.cc:641]
File already exists in database: google/protobuf/descriptor.proto
[libprotobuf FATAL google/protobuf/descriptor.cc:1371] CHECK
|
By
Sinan Kaya <okaya@...>
·
#54447
·
|
|
[meta-mingw] [PATCH v3 2/5] protobuf-c: static link when generating sdk
[libprotobuf ERROR google/protobuf/descriptor_database.cc:641]
File already exists in database: google/protobuf/descriptor.proto
[libprotobuf FATAL google/protobuf/descriptor.cc:1371] CHECK
[libprotobuf ERROR google/protobuf/descriptor_database.cc:641]
File already exists in database: google/protobuf/descriptor.proto
[libprotobuf FATAL google/protobuf/descriptor.cc:1371] CHECK
|
By
Sinan Kaya <okaya@...>
·
#54446
·
|
|
[meta-mingw] [PATCH v3 1/5] protobuf: static link tools when generating sdk
Dynamically linked protoc.exe is failing as follows:
[libprotobuf ERROR google/protobuf/descriptor_database.cc:641]
File already exists in database: google/protobuf/descriptor.proto
[libprotobuf
Dynamically linked protoc.exe is failing as follows:
[libprotobuf ERROR google/protobuf/descriptor_database.cc:641]
File already exists in database: google/protobuf/descriptor.proto
[libprotobuf
|
By
Sinan Kaya <okaya@...>
·
#54445
·
|
|
Re: [meta-mingw] [PATCH v2 1/3] protobuf: static link tools when generating sdk
My reading of the problem says that the problem only happens on win32
platforms due to how DLLs initialize the heap.
We have use cases of both dynamic and static linkage for the
target build that we
My reading of the problem says that the problem only happens on win32
platforms due to how DLLs initialize the heap.
We have use cases of both dynamic and static linkage for the
target build that we
|
By
Sinan Kaya <okaya@...>
·
#54444
·
|
|
Re: [meta-mingw] [PATCH v2 1/3] protobuf: static link tools when generating sdk
I wasn't aware of this functionality. Will post v3.
I wasn't aware of this functionality. Will post v3.
|
By
Sinan Kaya <okaya@...>
·
#54443
·
|
|
Yocto Project Status WW33`21
Current Dev Position: YP 3.4 M3
Next Deadline: 23rd Aug. 2021 YP 3.4 M3 build (Feature Freeze)
Next Team Meetings:
Bug Triage meeting Thursday Aug. 19th at 7:30am PDT
Current Dev Position: YP 3.4 M3
Next Deadline: 23rd Aug. 2021 YP 3.4 M3 build (Feature Freeze)
Next Team Meetings:
Bug Triage meeting Thursday Aug. 19th at 7:30am PDT
|
By
Stephen Jolley
·
#54442
·
|
|
Re: [meta-mingw] [PATCH v2 1/3] protobuf: static link tools when generating sdk
These 3 recipes are in meta-oe, not OE-core which means that the bbappends are going to cause a dangling appends error/warning. Please add a dynamic BBFILES pattern[1] so that these are conditionally
These 3 recipes are in meta-oe, not OE-core which means that the bbappends are going to cause a dangling appends error/warning. Please add a dynamic BBFILES pattern[1] so that these are conditionally
|
By
Joshua Watt
·
#54441
·
|
|
Re: [meta-mingw] [PATCH v2 1/3] protobuf: static link tools when generating sdk
Apologies, this should use the :mingw32 override, since it's not *specific* to the SDK, but MinGW in general. Anyway, I fixed this up for you since I wasn't clear; this is in master-next and I'll get
Apologies, this should use the :mingw32 override, since it's not *specific* to the SDK, but MinGW in general. Anyway, I fixed this up for you since I wasn't clear; this is in master-next and I'll get
|
By
Joshua Watt
·
#54440
·
|
|
[meta-mingw] [PATCH] abseil-cpp: disable shared build as it is broken
Signed-off-by: Sinan Kaya <okaya@...>
---
recipes-devtools/abseil-cpp/abseil-cpp_%.bbappend | 1 +
1 file changed, 1 insertion(+)
create mode 100644
Signed-off-by: Sinan Kaya <okaya@...>
---
recipes-devtools/abseil-cpp/abseil-cpp_%.bbappend | 1 +
1 file changed, 1 insertion(+)
create mode 100644
|
By
Sinan Kaya <okaya@...>
·
#54439
·
|
|
[meta-mingw] [PATCH v2 2/3] protobuf-c: static link when generating sdk
[libprotobuf ERROR google/protobuf/descriptor_database.cc:641]
File already exists in database: google/protobuf/descriptor.proto
[libprotobuf FATAL google/protobuf/descriptor.cc:1371] CHECK
[libprotobuf ERROR google/protobuf/descriptor_database.cc:641]
File already exists in database: google/protobuf/descriptor.proto
[libprotobuf FATAL google/protobuf/descriptor.cc:1371] CHECK
|
By
Sinan Kaya <okaya@...>
·
#54438
·
|
|
[meta-mingw] [PATCH v2 1/3] protobuf: static link tools when generating sdk
Dynamically linked protoc.exe is failing as follows:
[libprotobuf ERROR google/protobuf/descriptor_database.cc:641]
File already exists in database: google/protobuf/descriptor.proto
[libprotobuf
Dynamically linked protoc.exe is failing as follows:
[libprotobuf ERROR google/protobuf/descriptor_database.cc:641]
File already exists in database: google/protobuf/descriptor.proto
[libprotobuf
|
By
Sinan Kaya <okaya@...>
·
#54437
·
|
|
[meta-mingw] [PATCH v2 3/3] grpc: static link tools when generating SDK
[libprotobuf ERROR google/protobuf/descriptor_database.cc:641]
File already exists in database: google/protobuf/descriptor.proto
[libprotobuf FATAL google/protobuf/descriptor.cc:1371] CHECK
[libprotobuf ERROR google/protobuf/descriptor_database.cc:641]
File already exists in database: google/protobuf/descriptor.proto
[libprotobuf FATAL google/protobuf/descriptor.cc:1371] CHECK
|
By
Sinan Kaya <okaya@...>
·
#54436
·
|
|
Re: [meta-mingw] [PATCH 1/3] protobuf: static link tools when generating sdk
All of the bbappends in meta-mingw should be using the :mingw32 override (or sdkmingw32 if it specific to just the SDK). If you found an example in the current code where that is not the case, it
All of the bbappends in meta-mingw should be using the :mingw32 override (or sdkmingw32 if it specific to just the SDK). If you found an example in the current code where that is not the case, it
|
By
Joshua Watt
·
#54435
·
|
|
[PATCH v2 ptest-runner 2/2] main: Do not return number of failed tests when calling ptest-runner
Up till now ptest-runner2 returns number of failed tests with its
exit status code. Such use case is not recommended [1] and may cause
issues when there are more than 256 tests to be executed.
To
Up till now ptest-runner2 returns number of failed tests with its
exit status code. Such use case is not recommended [1] and may cause
issues when there are more than 256 tests to be executed.
To
|
By
?ukasz Majewski
·
#54434
·
|
|
[PATCH v2 ptest-runner 1/2] mem: Refactor ptest_list cleanup
From: Adrian Freihofer <adrian.freihofer@...>
Try to make memory management more robust by assigning always NULL to
struct ptest_list pointers. It's a refactoring which probably improves
the
From: Adrian Freihofer <adrian.freihofer@...>
Try to make memory management more robust by assigning always NULL to
struct ptest_list pointers. It's a refactoring which probably improves
the
|
By
?ukasz Majewski
·
#54433
·
|
|
Re: [meta-mingw] [PATCH 1/3] protobuf: static link tools when generating sdk
Change is targeting meta-mingw repository. I looked at other files
in the repo to see what the pattern is.
Change is targeting meta-mingw repository. I looked at other files
in the repo to see what the pattern is.
|
By
Sinan Kaya <okaya@...>
·
#54432
·
|
|
How to disable installing python in Hardknott version?
Hello,
I used dbus-send and installed the dbus package in Zeus, it did not
install python, but in Hardknott, the python3 and dbus-python
installed automatically, the python3 size is too large, how
Hello,
I used dbus-send and installed the dbus package in Zeus, it did not
install python, but in Hardknott, the python3 and dbus-python
installed automatically, the python3 size is too large, how
|
By
JH
·
#54431
·
|
|
Re: execute a python code in raspberrypi
#python
I recommend putting your whole python project into a repository (e.g.
with git) and then create a recipe that fetches the git repository and
installs the files to a sensible location.
You should be
I recommend putting your whole python project into a repository (e.g.
with git) and then create a recipe that fetches the git repository and
installs the files to a sensible location.
You should be
|
By
Nicolas Jeker
·
#54430
·
|