diff options
-rw-r--r-- | documentation/brief-yoctoprojectqs/index.rst | 2 | ||||
-rw-r--r-- | documentation/ref-manual/variables.rst | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/jpeg/libjpeg-turbo_3.1.0.bb | 6 |
3 files changed, 8 insertions, 2 deletions
diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst index 48f81b16a9..fed511c2b6 100644 --- a/documentation/brief-yoctoprojectqs/index.rst +++ b/documentation/brief-yoctoprojectqs/index.rst | |||
@@ -253,7 +253,7 @@ an entire Linux distribution, including the toolchain, from source. | |||
253 | file in the :term:`Build Directory`:: | 253 | file in the :term:`Build Directory`:: |
254 | 254 | ||
255 | BB_HASHSERVE_UPSTREAM = "wss://hashserv.yoctoproject.org/ws" | 255 | BB_HASHSERVE_UPSTREAM = "wss://hashserv.yoctoproject.org/ws" |
256 | SSTATE_MIRRORS ?= "file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downloadfilename=PATH" | 256 | SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH" |
257 | BB_HASHSERVE = "auto" | 257 | BB_HASHSERVE = "auto" |
258 | BB_SIGNATURE_HANDLER = "OEEquivHash" | 258 | BB_SIGNATURE_HANDLER = "OEEquivHash" |
259 | 259 | ||
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index c697bdbbb7..9768d8f5b8 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -9117,7 +9117,7 @@ system and gives an overview of their function and contents. | |||
9117 | The Yocto Project actually shares the cache data objects built by its | 9117 | The Yocto Project actually shares the cache data objects built by its |
9118 | autobuilder:: | 9118 | autobuilder:: |
9119 | 9119 | ||
9120 | SSTATE_MIRRORS ?= "file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downloadfilename=PATH" | 9120 | SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH" |
9121 | 9121 | ||
9122 | As such binary artifacts are built for the generic QEMU machines | 9122 | As such binary artifacts are built for the generic QEMU machines |
9123 | supported by the various Poky releases, they are less likely to be | 9123 | supported by the various Poky releases, they are less likely to be |
diff --git a/meta/recipes-graphics/jpeg/libjpeg-turbo_3.1.0.bb b/meta/recipes-graphics/jpeg/libjpeg-turbo_3.1.0.bb index 8533bd8525..a5f1932a90 100644 --- a/meta/recipes-graphics/jpeg/libjpeg-turbo_3.1.0.bb +++ b/meta/recipes-graphics/jpeg/libjpeg-turbo_3.1.0.bb | |||
@@ -47,6 +47,12 @@ EXTRA_OECMAKE:append:class-target:powerpc64le = " ${@bb.utils.contains("TUNE_FEA | |||
47 | DEBUG_OPTIMIZATION:append:armv4 = " ${@bb.utils.contains('TUNE_CCARGS', '-mthumb', '-fomit-frame-pointer', '', d)}" | 47 | DEBUG_OPTIMIZATION:append:armv4 = " ${@bb.utils.contains('TUNE_CCARGS', '-mthumb', '-fomit-frame-pointer', '', d)}" |
48 | DEBUG_OPTIMIZATION:append:armv5 = " ${@bb.utils.contains('TUNE_CCARGS', '-mthumb', '-fomit-frame-pointer', '', d)}" | 48 | DEBUG_OPTIMIZATION:append:armv5 = " ${@bb.utils.contains('TUNE_CCARGS', '-mthumb', '-fomit-frame-pointer', '', d)}" |
49 | 49 | ||
50 | # libjpeg-turbo-2.0.2/simd/mips/jsimd_dspr2.S | ||
51 | # <instantiation>:13:5: error: invalid token in expression | ||
52 | # .if $17 != 0 | ||
53 | # ^ | ||
54 | CFLAGS:append:toolchain-clang:mipsarch = " -fno-integrated-as" | ||
55 | |||
50 | PACKAGES =+ "jpeg-tools libturbojpeg" | 56 | PACKAGES =+ "jpeg-tools libturbojpeg" |
51 | 57 | ||
52 | DESCRIPTION:jpeg-tools = "The jpeg-tools package includes client programs to access libjpeg functionality. These tools allow for the compression, decompression, transformation and display of JPEG files and benchmarking of the libjpeg library." | 58 | DESCRIPTION:jpeg-tools = "The jpeg-tools package includes client programs to access libjpeg functionality. These tools allow for the compression, decompression, transformation and display of JPEG files and benchmarking of the libjpeg library." |