Skip to content
Snippets Groups Projects
  1. Jul 12, 2022
  2. Jul 06, 2022
  3. Jul 04, 2022
  4. Jul 03, 2022
  5. Jul 01, 2022
  6. Jun 30, 2022
  7. Jun 29, 2022
  8. Jun 28, 2022
  9. Jun 27, 2022
  10. Jun 24, 2022
    • Pavel Zhukov's avatar
      manifests/default.xml : Bump oe-core revision · 7278313b
      Pavel Zhukov authored
      
      * b2d10487f8 liberror-perl: Update sstate/equiv versions to clean cache - Richard Purdie
      * 7cdaac4a5a systemd: update 0008-add-missing-FTW_-macros-for-musl.patch - Pavel Zhukov
      * 6fa49ffcf2 archiver: don't use machine variables in shared recipes - Jose Quaresma
      * 7211a6fb51 gcc-source: Fix incorrect task dependencies from ${B} - Richard Purdie
      * 025d22e9c9 git: fix override syntax in RDEPENDS - Yi Zhao
      * 6168dbc9b2 popt: fix override syntax in RDEPENDS - Yi Zhao
      * 8876f33f08 e2fsprogs: add alternatives handling of lsattr as well - Rasmus Villemoes
      * 8c74bca4d6 oescripts: change compare logic in OEListPackageconfigTests - Mingli Yu
      * d8e454b370 xxhash: fix build with gcc 12 - Kai Kang
      * d8cb65b2ae archiver: use bb.note instead of echo - Jose Quaresma
      * 3beb0f1d44 meson.bbclass: add cython binary to cross/native toolchain config - Jack Mitchell
      * 5e6f4d0d3d devtool: Fix _copy_file() TypeError - Xiaobing Luo
      * e150443701 selftest/multiconfig: Test that multiconfigs in separate layers works - Richard Purdie
      * ea280917fc uboot-sign: Fix potential index error issues - Richard Purdie
      * b85e29de4b vim: Upgrade 8.2.5034 -> 8.2.5083 - Richard Purdie
      
      Signed-off-by: default avatarPavel Zhukov <pavel.zhukov@huawei.com>
      7278313b
    • Pavel Zhukov's avatar
      sysota: force external linking with clang · 6b4d14bf
      Pavel Zhukov authored
      When sysota is built with toolchain-clang broken dynamicaly linked
      binary file is produced [1] if shared linking (GO_DYNLINK) is disabled.
      As the result strip phase of do_packages fails with [2]
      Sysota is built with disabled shared linking because of another bug [3]
      The problem with stripping can be fixed with specifying external linker
      for clang toolchain (by default Go swutched to internal linker on 64bit
      arches if -pie has been specified since version 1.15 [4] ).
      Limiting this change to clang only to be safe.
      
      [1] **readelf: Error: no .dynamic section in the dynamic segment**
      
      [2] Subprocess output:x86_64-oniro-linux-llvm-strip: error: SHT_STRTAB
              string table section [index 7] is non-null terminated
      
      [3] eclipse/oniro-core/sysota#7
      
      [4] https://go.dev/doc/go1.15#linker
      
      
      
      Fixes: #624
      
      Signed-off-by: default avatarPavel Zhukov <pavel.zhukov@huawei.com>
      6b4d14bf
    • Pavel Zhukov's avatar
      docs: Recommend slirp option for runqemu · 93960c5f
      Pavel Zhukov authored
      
      With default network settings of runqemu script Oniro images start without
      IP address assigned which may cause inconvenience for some users.
      Using user network allows network access from the Oniro VM and
      enables port forwarding for ssh access.
      
      Signed-off-by: default avatarPavel Zhukov <pavel.zhukov@huawei.com>
      93960c5f
  11. Jun 23, 2022
  12. Jun 21, 2022
  13. Jun 20, 2022
    • Pavel Zhukov's avatar
      default.xml: Bump oe-core revision · 765dbf67
      Pavel Zhukov authored
      
      Changes since last update:
      * 0f7a8359ba rootfs.py: close kernel_abi_ver_file - Martin Jansa
      * 9478e53995 buildhistory.bbclass: fix shell syntax when using dash - Martin Jansa
      * 741030ce32 systemd: Correct 0001-pass-correct-parameters-to-getdents64.patch - Jiaqing Zhao
      * 92a5fb9138 lttng-modules: fix shell syntax - Martin Jansa
      * 48aad396d9 lttng-modules: Fix build failure for 5.10.119+ and 5.15.44+ kernel - He Zhe
      * 6c689e1b6f lttng-modules: fix build against 5.18-rc7+ - Bruce Ashfield
      * a4b49bdba4 linux-yocto/5.10: update to v5.10.119 - Bruce Ashfield
      * 87f0b01ea3 linux-yocto/5.15: update to v5.15.44 - Bruce Ashfield
      * 6b82997af3 linux-yocto/5.15: cfg/xen: Move x86 configs to separate file - Bruce Ashfield
      * 10bb8f0309 linux-yocto/5.15: Enable MDIO bus config - Bruce Ashfield
      * 88ce6da03c linux-yocto/5.10: update to v5.10.118 - Bruce Ashfield
      * 3fb0fd6630 linux-yocto/5.15: update to v5.15.43 - Bruce Ashfield
      * 8f04684552 linux-yocto/5.15: bpf: explicitly disable unpriv eBPF by default - Bruce Ashfield
      * 64ac42262d lttng-ust: upgrade 2.13.2 -> 2.13.3 - wangmy
      * c4114d9bfb iso-codes: upgrade 4.9.0 -> 4.10.0 - wangmy
      * fb4672a8b4 baremetal-image: fix broken symlink in do_rootfs - Davide Gardenal
      * e30ef926e4 bitbake.conf: Make TCLIBC and TCMODE lazy assigned - Pavel Zhukov
      * e36a8a22bd glibc: Drop make-native dependency - Richard Purdie
      * 6b1bc1366b perl: Add dependency on make-native to avoid race issues - Richard Purdie
      * 4b694ded86 sanity: Switch to make 4.0 as a minimum version - Richard Purdie
      
      Signed-off-by: default avatarPavel Zhukov <pavel.zhukov@huawei.com>
      765dbf67
  14. Jun 15, 2022
  15. Jun 14, 2022
Loading