Commit Graph

4 Commits

Author SHA1 Message Date
Alexander Kanavin
fc78d37ff0
meta-openembedded/all: adapt to UNPACKDIR changes
Please see
https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265
for what changes are needed, and sed commands that can be used to make them en masse.

I've verified that bitbake -c patch world works with these, but did not run a world
build; the majority of recipes shouldn't need further fixups, but if there are
some that still fall out, they can be fixed in followups.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-06-25 06:44:52 -07:00
Richard Purdie
eac1f5b9c0
recipes: Fix variable assignment whitespace
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-03-20 08:46:56 -07:00
Christos Gavros
cf95ee0ff5
nativesdk-pistache: dependency with brotli
Building of nativesdk-pistache aborted due to
missing dependency with brotli.
Fixed by extending brotli recipe to build nativesdk

Signed-off-by: Christos Gavros <gavrosc@yahoo.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-01-24 18:20:08 -08:00
alperak
7f0c536b35
brotli: upgrade 1.0.9 -> 1.1.0
- Removed patch because of fixed in the new version.

Changelog:

Added

    * decoder: BrotliDecoderAttachDictionary
    * decoder: BrotliDecoderOnFinish callback behind BROTLI_REPORTING
    * decoder: BrotliDecoderSetMetadataCallbacks
    * encoder: BrotliEncoderPrepareDictionary,
    * BrotliEncoderDestroyPreparedDictionary,
    * BrotliEncoderAttachPreparedDictionary
    * decoder: BrotliEncoderOnFinish callback behind BROTLI_REPORTING
    * common: BrotliSharedDictionaryCreateInstance,
    * BrotliSharedDictionaryDestroyInstance,
    * BrotliSharedDictionaryAttach
    * CLI: --dictionary option
    * java: encoder wrapper: Parameters.mode
    * java: Brotli{Input|Output}Stream.attachDictionary
    * java: wrapper: partial byte array input
    * typescript: decoder (transpiled from Java)

Removed

    * build: BROTLI_BUILD_PORTABLE option

Fixed

    * java: JNI decoder failed sometimes on power of 2 payloads

Improved

    * java / js: smaller decoder footprint
    * decoder: faster decoding
    * encoder: faster encoding
    * encoder: smaller stack frames

Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-29 10:54:54 -08:00