|
Maintaining ABI Compatibility for LTS branch
I was hoping for free cycles. I didn't get one. This will be an intern project. The way I'm thinking is to have the ABI compat XML be part of the state cache tgz file and come up with a CVE check kind
I was hoping for free cycles. I didn't get one. This will be an intern project. The way I'm thinking is to have the ABI compat XML be part of the state cache tgz file and come up with a CVE check kind
|
By
...
· #56971
·
|
|
Maintaining ABI Compatibility for LTS branch
That's true, this will require engagement from the community. Tool could take few iterations to perfect. Until then, I expect tool owner to be responsible for fixing these bugs. Once stability is reac
That's true, this will require engagement from the community. Tool could take few iterations to perfect. Until then, I expect tool owner to be responsible for fixing these bugs. Once stability is reac
|
By
...
· #56132
·
|
|
Maintaining ABI Compatibility for LTS branch
What would be the minimum acceptable solution with the least investment? in other words, do we have a list of requirements? Our team has posted a solution. BMW folks posted a solution. None of them go
What would be the minimum acceptable solution with the least investment? in other words, do we have a list of requirements? Our team has posted a solution. BMW folks posted a solution. None of them go
|
By
...
· #56129
·
|
|
[meta-mingw] [PATCH] grpc: use the new PACKAGECONFIG to disable shared
My research says libnsl is a soft requirement for c-ares. GRPC assumes libnsl to be present and used by default. However, it will build without it too. https://www.linuxfromscratch.org/blfs/view/svn/b
My research says libnsl is a soft requirement for c-ares. GRPC assumes libnsl to be present and used by default. However, it will build without it too. https://www.linuxfromscratch.org/blfs/view/svn/b
|
By
...
· #54588
·
|
|
[meta-mingw] [PATCH] grpc: use the new PACKAGECONFIG to disable shared
There is a new PACKAGECONFIG for grpc to allows us to selectively enable/disable shared builds. Signed-off-by: Sinan Kaya <okaya@...> --- .../openembedded-layers/recipes-devtools/grpc/grpc_%.bb
There is a new PACKAGECONFIG for grpc to allows us to selectively enable/disable shared builds. Signed-off-by: Sinan Kaya <okaya@...> --- .../openembedded-layers/recipes-devtools/grpc/grpc_%.bb
|
By
...
· #54551
·
|
|
[meta-mingw] [PATCH] grpc: remove nl2 requirement since it is optional
Patch sent with subject: [meta-oe][PATCH] grpc: make SHARED library build optional I will wait until it gets merged to follow up here.
Patch sent with subject: [meta-oe][PATCH] grpc: make SHARED library build optional I will wait until it gets merged to follow up here.
|
By
...
· #54535
·
|
|
[meta-mingw] [PATCH] grpc: remove nl2 requirement since it is optional
Signed-off-by: Sinan Kaya <okaya@...> --- .../openembedded-layers/recipes-devtools/grpc/grpc_%.bbappend | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dynamic-layers/openembedded-layers/r
Signed-off-by: Sinan Kaya <okaya@...> --- .../openembedded-layers/recipes-devtools/grpc/grpc_%.bbappend | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dynamic-layers/openembedded-layers/r
|
By
...
· #54526
·
|
|
[meta-mingw] [PATCH 2/2] c-ares: disable shared build as it is broken
Signed-off-by: Sinan Kaya <okaya@...> --- .../recipes-support/c-ares/c-ares_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 dynamic-layers/openembedded-layers/recipes-suppo
Signed-off-by: Sinan Kaya <okaya@...> --- .../recipes-support/c-ares/c-ares_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 dynamic-layers/openembedded-layers/recipes-suppo
|
By
...
· #54525
·
|
|
[meta-mingw] [PATCH 1/2] re2: disable shared build as it is broken
Signed-off-by: Sinan Kaya <okaya@...> --- .../openembedded-layers/recipes-support/re2/re2_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 dynamic-layers/openembedded-layers
Signed-off-by: Sinan Kaya <okaya@...> --- .../openembedded-layers/recipes-support/re2/re2_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 dynamic-layers/openembedded-layers
|
By
...
· #54524
·
|
|
[meta-mingw] [PATCH v3 1/5] protobuf: static link tools when generating sdk
ah, mine is both arm and arm64. No need to touch the recipe then.
ah, mine is both arm and arm64. No need to touch the recipe then.
|
By
...
· #54460
·
|
|
[meta-mingw] [PATCH v3 1/5] protobuf: static link tools when generating sdk
I see two classes of problems based on my engagement with the mingw32. Some recipes just don't build without using the static method for the SDK and the target both. (abseil-cpp is one of them) The na
I see two classes of problems based on my engagement with the mingw32. Some recipes just don't build without using the static method for the SDK and the target both. (abseil-cpp is one of them) The na
|
By
...
· #54458
·
|
|
[meta-mingw] [PATCH v3 1/5] protobuf: static link tools when generating sdk
Sounds good. What do you think about this? 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 st
Sounds good. What do you think about this? 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 st
|
By
...
· #54453
·
|
|
[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
...
· #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 recipes-devtools/abseil-cpp/abseil-cpp_%.bbap
Signed-off-by: Sinan Kaya <okaya@...> --- recipes-devtools/abseil-cpp/abseil-cpp_%.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes-devtools/abseil-cpp/abseil-cpp_%.bbap
|
By
...
· #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 failed: Ge
[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 failed: Ge
|
By
...
· #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 failed: Ge
[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 failed: Ge
|
By
...
· #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 FATAL
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 FATAL
|
By
...
· #54445
·
|
|
[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 h
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 h
|
By
...
· #54444
·
|
|
[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
...
· #54443
·
|
|
[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 recipes-devtools/abseil-cpp/abseil-cpp_%.bbap
Signed-off-by: Sinan Kaya <okaya@...> --- recipes-devtools/abseil-cpp/abseil-cpp_%.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes-devtools/abseil-cpp/abseil-cpp_%.bbap
|
By
...
· #54439
·
|