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: OSSystemsEmbeddedLinux/ye
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: krogoth
Choose a base ref
...
head repository: OSSystemsEmbeddedLinux/ye
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 3 files changed
  • 3 contributors

Commits on Oct 31, 2016

  1. Migrate code to Python 3

    Adapt code to run with Python3 and Bitbake version 1.32.
    
    Change-Id: I5ce6f81117107dd7d4f0a4e6905db13bd4df48ed
    Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
    fbertux committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    ba574b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2017

  1. bb-expand-vars: Migrate to use Tinfoil2 API

    bb-expand-vars uses internal tinfoil api and this api was changed
    in bitbake commit 3bbf8d611c859f74d563778115677a04f5c4ab43. Using
    tinfoil2 api, like other tools e.g. devtool and recipetool, we can
    simplify code and be compatible with recent bitbake version.
    
    Change-Id: I2ae67dc01b62dd3e0e2535404ccbc3b15b484905
    Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
    fbertux committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    4e644de View commit details
    Browse the repository at this point in the history

Commits on May 29, 2017

  1. Find sysroot files inside sysroots-components directory

    Change-Id: I72e9a7797bf3a6db3ca6bb99c83bb72398ba9a93
    Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
    fbertux committed May 29, 2017
    Configuration menu
    Copy the full SHA
    b5a9244 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2018

  1. Fix .deb support as it uses xz packages

    Change-Id: I4aa8bb7f9641b3f392f1e2750e9ccecf05a01aa6
    Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
    otavio committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    f4f6dec View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2018

  1. ye: Add support .ipk and .deb with xz and gzip compression types

    Change-Id: Idbf868a706f61b12aaf3423d1877fe776c4e5fcf
    Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
    fbertux committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    e469cac View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. ye: Add PV-PR to located workdir output

    The WORKDIR directory is defined as follows:
    
      ${TMPDIR}/work/${MULTIMACH_TARGET_SYS}/${PN}/${EXTENDPE}${PV}-${PR}
    
    Append ${PV}-${PR} when print the workdir output from command ye wd.
    
    Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
    Change-Id: I9127702de0955a4a5473496b2927439337a9f409
    fbertux committed May 11, 2020
    Configuration menu
    Copy the full SHA
    dc9fc8a View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Revert "ye: Add PV-PR to located workdir output"

    This reverts commit dc9fc8a.
    otavio committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    a87b3a2 View commit details
    Browse the repository at this point in the history
  2. ye-cd: Fix machine name lookup as we use _ instead of -

    Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
    otavio committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    0921b2e View commit details
    Browse the repository at this point in the history
Loading