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-qcom
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ce723fa17aaad3a1c083b7c602f1f31fe41ba07c
Choose a base ref
...
head repository: YoeDistro/meta-qcom
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b884eace5e20ad37ede1fc7269a5fb1822bf9aa8
Choose a head ref
  • 17 commits
  • 10 files changed
  • 4 contributors

Commits on Sep 6, 2021

  1. initramfs-test-image: drop IMAGE_BASENAME override

    There is no point in overriding IMAGE_BASENAME to be equal to ${PN}, so
    drop it to allow easily extending the initramfs-test-image.
    
    Signed-off-by: Dmitry Baryshkov <[email protected]>
    lumag committed Sep 6, 2021

    Verified

    This commit was signed with the committer’s verified signature.
    Mamaduka George Mamadashvili
    Copy the full SHA
    3b6d247 View commit details
  2. initramfs-tiny-image: drop IMAGE_BASENAME override

    There is no point in overriding IMAGE_BASENAME to be equal to ${PN}, so
    drop it to allow easily extending the initramfs-test-image.
    
    Signed-off-by: Dmitry Baryshkov <[email protected]>
    lumag committed Sep 6, 2021
    Copy the full SHA
    65c8eaa View commit details
  3. recipes-test: Add a new initramfs-test-full-image.bbappend

    'initramfs-test-image' is used across several boards and changes
    to the same are very keenly looked at for size changes to the overall
    image thus produced as it may lead to some boards failing to boot with
    yocto based images.
    
    So it makes sense to introduce a new 'initramfs-test-full-image' which
    can retain the character of the test image but can house more utilities
    which are useful for several qcom boards.
    
    So, we have now three types of initramfs images:
    - initramfs-tiny-image,
    - initramfs-test-image, and
    - initramfs-test-full-image
    
    Signed-off-by: Bhupesh Sharma <[email protected]>
    bhupesh-sharma committed Sep 6, 2021
    Copy the full SHA
    db16ed5 View commit details
  4. initramfs-test-image: provide dynamic expansion capabilities

    Up to now we were using dynamic per-layer bbappend to extend
    initramfs-test-image with extra packages provided by other layers.
    However this won't scape if other recipes are going to start including
    initramfs-test-image.bb (because initramfs-test-image bbappends won't
    get picked up by the next recipe). Thus provide a mechanism to
    dynamically extend initramfs-test-image, so that the extension is
    available to the child recipes.
    
    Signed-off-by: Dmitry Baryshkov <[email protected]>
    lumag committed Sep 6, 2021
    Copy the full SHA
    4e5d23c View commit details
  5. initramfs-kerneltest-image: new image with machine firmware and modules

    Add new image based on initramfs-test-image extended with
    ${MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS} to install kernel modules and
    firmware files.
    
    Signed-off-by: Dmitry Baryshkov <[email protected]>
    lumag committed Sep 6, 2021
    Copy the full SHA
    91405d2 View commit details
  6. linux-qcom-bootimg.inc: support bundling initramfs into bootimages

    Add support for bundling initramfs into android boot images. For example
    this allows one to build bootable images containing the kernel and all
    built modules/firmware to test them without flasing actual images to the
    device.
    
    To create kernel+initramfs bundles, just define INITRAMFS_IMAGE.
    
    Signed-off-by: Dmitry Baryshkov <[email protected]>
    lumag committed Sep 6, 2021
    Copy the full SHA
    d9c975e View commit details

Commits on Sep 7, 2021

  1. Merge pull request qualcomm-linux#302 from bhupesh-sharma/github-add-…

    …new-utils-to-qcom-machine
    
    recipes-test: Add new utilities to 'initramfs-test-image.bb'
    ndechesne authored Sep 7, 2021
    Copy the full SHA
    c774369 View commit details
  2. Merge pull request qualcomm-linux#330 from lumag/bootimg-bundle-try-m…

    …ulti
    
    Boot image with the bundled initramfs support
    ndechesne authored Sep 7, 2021
    Copy the full SHA
    119268e View commit details
  3. initramfs-test-full-image: drop IMAGE_BASENAME override

    Signed-off-by: Nicolas Dechesne <[email protected]>
    ndechesne committed Sep 7, 2021
    Copy the full SHA
    a85b916 View commit details
  4. initramfs-test-full: support dynamic content based on enabled layers

    Implement similar mechanism found in:
    4e5d23c (initramfs-test-image: provide dynamic expansion
    capabilities)
    
    So that we can build derived images.
    
    Signed-off-by: Nicolas Dechesne <[email protected]>
    ndechesne committed Sep 7, 2021
    Copy the full SHA
    51c2dc8 View commit details
  5. initramfs-kerneltest-full-image: new initramfs image with machine fir…

    …mware and modules
    
    Add new image based on initramfs-test-full-image extended with
    ${MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS} to install kernel modules and
    firmware files.
    
    Signed-off-by: Nicolas Dechesne <[email protected]>
    ndechesne committed Sep 7, 2021
    Copy the full SHA
    3272672 View commit details
  6. initramfs-test-full: use rt-tests for glibc only

    rt-tests is not supported when using musl libc, so do not try to
    install it unless we are using glibc.
    
    Signed-off-by: Nicolas Dechesne <[email protected]>
    ndechesne committed Sep 7, 2021
    Copy the full SHA
    deefb1f View commit details
  7. Copy the full SHA
    90109e5 View commit details
  8. conf/sa8155p-adp: Add kernel-modules

    Add the missing 'MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS'
    directive in sa8155p-adp.conf
    
    Signed-off-by: Bhupesh Sharma <[email protected]>
    bhupesh-sharma committed Sep 7, 2021
    Copy the full SHA
    9b39861 View commit details

Commits on Sep 8, 2021

  1. Merge pull request qualcomm-linux#350 from bhupesh-sharma/sa8155p-adp…

    …-add-kernel-modules
    
    conf/sa8155p-adp: Add kernel-modules
    ndechesne authored Sep 8, 2021
    Copy the full SHA
    21cc340 View commit details
  2. linux-linaro-qcomlt_5.14: update SRCREV

    Update SRCREV to include defconfig and distro config related
    fixes for sa8155p board.
    
    Signed-off-by: Bhupesh Sharma <[email protected]>
    bhupesh-sharma committed Sep 8, 2021
    Copy the full SHA
    4a4544e View commit details
  3. Merge pull request qualcomm-linux#352 from bhupesh-sharma/update-sa81…

    …55p-kernel-src-rev
    
    recipes-kernel: Bump the SRCREV for linux-linaro-qcomlt_5.14.bb (sa81…
    lumag authored Sep 8, 2021
    Copy the full SHA
    b884eac View commit details
Loading