Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: YoeDistro/meta-openembedded
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 944e9dcdc8a05294f79a69c2f2b6ed8c5bdb0819
Choose a base ref
...
head repository: YoeDistro/meta-openembedded
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 119c61fcfa33aa5e4e630a046da752b129a372f7
Choose a head ref
  • 12 commits
  • 60 files changed
  • 5 contributors

Commits on Jan 1, 2023

  1. libtdb: upgrade 1.4.3 -> 1.4.7

    * Refresh patches
    * Add a patch to skip checking PYTHONHASHSEED
    
    Signed-off-by: Yi Zhao <[email protected]>
    Signed-off-by: Khem Raj <[email protected]>
    yizhao1 authored and kraj committed Jan 1, 2023
    Copy the full SHA
    cf53340 View commit details
  2. libldb: upgrade 2.3.4 -> 2.6.1

    * Refresh patches
    * Add a patch to skip checking PYTHONHASHSEED
    
    Signed-off-by: Yi Zhao <[email protected]>
    Signed-off-by: Khem Raj <[email protected]>
    yizhao1 authored and kraj committed Jan 1, 2023
    Copy the full SHA
    9db903d View commit details
  3. libtalloc: upgrade 2.3.3 -> 2.3.4

    * Refresh patches
    * Add a patch to skip checking PYTHONHASHSEED
    
    Signed-off-by: Yi Zhao <[email protected]>
    Signed-off-by: Khem Raj <[email protected]>
    yizhao1 authored and kraj committed Jan 1, 2023
    Copy the full SHA
    e558529 View commit details
  4. libtevent: upgrade 0.10.2 -> 0.13.0

    License-Update: Remove trailing whitespace
    
    * Refresh patches
    * Add a patch to skip checking PYTHONHASHSEED
    * Enable cmocka bundled library to fix build error
    
    Signed-off-by: Yi Zhao <[email protected]>
    Signed-off-by: Khem Raj <[email protected]>
    yizhao1 authored and kraj committed Jan 1, 2023
    Copy the full SHA
    82b8d99 View commit details
  5. samba upgrade 4.14.14 -> 4.17.4

    The 4.14.x is EOL:
    https://wiki.samba.org/index.php/Samba_Release_Planning
    Upgrade to latest 4.17.x.
    
    Release Notes:
    https://www.samba.org/samba/history/samba-4.17.0.html
    https://www.samba.org/samba/history/samba-4.17.4.html
    
    * Refresh patches
    * Update PACKAGECONFIG
    * Split a new package ctdb
    * Add a patch to skip checking PYTHONHASHSEED
    * Drop the following patches as these issues have been fixed upstream:
      0005-samba-build-dnsserver_common-code.patch
      netdb_defines.patch
      samba-fix-musl-lib-without-innetgr.patch
    
    Signed-off-by: Yi Zhao <[email protected]>
    Signed-off-by: Khem Raj <[email protected]>
    yizhao1 authored and kraj committed Jan 1, 2023
    Copy the full SHA
    5494dc9 View commit details
  6. krb5: upgrade 1.17.2 -> 1.20.1

    Release Notes:
    https://web.mit.edu/kerberos/krb5-1.20/krb5-1.20.1.html
    
    License-Update: Update AES algorithm copyright [1]
                    Update copyright years [2]
    
    [1] krb5/krb5@cb5f190
    [2] krb5/krb5@f1535bf
    
    * Update PACKAGECONFIG[keyutils] and drop the local patch.
    * Drop backport CVE patches.
    * Inherit pkgconfig bbclass to find com_err library correctly.
    * Drop --without-tcl option as it has been removed upstream.
    
    Signed-off-by: Yi Zhao <[email protected]>
    Signed-off-by: Khem Raj <[email protected]>
    yizhao1 authored and kraj committed Jan 1, 2023
    Copy the full SHA
    18a9d6d View commit details
  7. samba: Remove samba related PYTHONHASHSEED patches and use export fun…

    …ction
    
    With export PYTHONHASHSEED="1" there will be no need for patching samba and its related libs
    
    So easier maintenance and a cleaner OE
    
    Signed-off-by: Khem Raj <[email protected]>
    persianpros authored and kraj committed Jan 1, 2023
    Copy the full SHA
    92deb5f View commit details
  8. fluidsynth: update SRC_URI to remove non-existing 2.2.x branch

    Remove branch 2.2.x from SRC_URI as fluidsynth github removed the branch.
    The SRCREV is on master branch.
    
    Signed-off-by: Preeti Sachan <[email protected]>
    Signed-off-by: Khem Raj <[email protected]>
    PreetiSachan authored and kraj committed Jan 1, 2023
    Copy the full SHA
    534d04a View commit details

Commits on Jan 2, 2023

  1. libcamera: Diable 64bit time_t on glibc targets

    it overrides some of LFS64 functions in peculiar ways that it has to
    undefine _FILE_OFFSET_BITS to silence the funtion definitions from glibc
    
    Signed-off-by: Khem Raj <[email protected]>
    kraj committed Jan 2, 2023
    Copy the full SHA
    a92b668 View commit details
  2. v4l-utils: Diable 64bit time_t on glibc targets

    it overrides some of LFS64 functions in peculiar ways that it has to
    undefine _FILE_OFFSET_BITS to silence the funtion definitions from glibc
    
    Signed-off-by: Khem Raj <[email protected]>
    kraj committed Jan 2, 2023
    Copy the full SHA
    43d5820 View commit details
  3. libportal: move to oe-core

    Epiphany now again requires it.
    
    Signed-off-by: Alexander Kanavin <[email protected]>
    Signed-off-by: Khem Raj <[email protected]>
    kanavin authored and kraj committed Jan 2, 2023
    Copy the full SHA
    0b5ca9a View commit details
  4. XXX: Add Github actions support for CI

    Add build Badge
    Add yoe.yml for Github actions CI support
    Convert README to markdown format
    
    Signed-off-by: Khem Raj <[email protected]>
    kraj committed Jan 2, 2023
    Copy the full SHA
    119c61f View commit details
Loading