-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: YoeDistro/meta-qcom
base: ce723fa17aaad3a1c083b7c602f1f31fe41ba07c
head repository: YoeDistro/meta-qcom
compare: b884eace5e20ad37ede1fc7269a5fb1822bf9aa8
- 17 commits
- 10 files changed
- 4 contributors
Commits on Sep 6, 2021
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 3b6d247 - Browse repository at this point
Copy the full SHA 3b6d247View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 65c8eaa - Browse repository at this point
Copy the full SHA 65c8eaaView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for db16ed5 - Browse repository at this point
Copy the full SHA db16ed5View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 4e5d23c - Browse repository at this point
Copy the full SHA 4e5d23cView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 91405d2 - Browse repository at this point
Copy the full SHA 91405d2View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for d9c975e - Browse repository at this point
Copy the full SHA d9c975eView commit details
Commits on Sep 7, 2021
-
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'
Configuration menu - View commit details
-
Copy full SHA for c774369 - Browse repository at this point
Copy the full SHA c774369View commit details -
Merge pull request qualcomm-linux#330 from lumag/bootimg-bundle-try-m…
…ulti Boot image with the bundled initramfs support
Configuration menu - View commit details
-
Copy full SHA for 119268e - Browse repository at this point
Copy the full SHA 119268eView commit details -
initramfs-test-full-image: drop IMAGE_BASENAME override
Signed-off-by: Nicolas Dechesne <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a85b916 - Browse repository at this point
Copy the full SHA a85b916View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 51c2dc8 - Browse repository at this point
Copy the full SHA 51c2dc8View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 3272672 - Browse repository at this point
Copy the full SHA 3272672View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for deefb1f - Browse repository at this point
Copy the full SHA deefb1fView commit details -
Merge pull request qualcomm-linux#347 from ndechesne/test-full-cleanup
Test full cleanup
Configuration menu - View commit details
-
Copy full SHA for 90109e5 - Browse repository at this point
Copy the full SHA 90109e5View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 9b39861 - Browse repository at this point
Copy the full SHA 9b39861View commit details
Commits on Sep 8, 2021
-
Merge pull request qualcomm-linux#350 from bhupesh-sharma/sa8155p-adp…
…-add-kernel-modules conf/sa8155p-adp: Add kernel-modules
Configuration menu - View commit details
-
Copy full SHA for 21cc340 - Browse repository at this point
Copy the full SHA 21cc340View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 4a4544e - Browse repository at this point
Copy the full SHA 4a4544eView commit details -
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…
Configuration menu - View commit details
-
Copy full SHA for b884eac - Browse repository at this point
Copy the full SHA b884eacView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff ce723fa17aaad3a1c083b7c602f1f31fe41ba07c...b884eace5e20ad37ede1fc7269a5fb1822bf9aa8