Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flashfiles.mk: Use du -b to get apparent size #137

Open
wants to merge 18 commits into
base: celadon/s/mr0/stable
Choose a base branch
from

Conversation

hao-yao
Copy link

@hao-yao hao-yao commented Feb 25, 2023

On disks using ZFS, du can't get correct size of efi_images_tmp, which caused "Disk full" error. Using apparent size can fix it.

SaliniVenate and others added 13 commits August 16, 2022 16:41
Tracked-On: OAM-103426
Signed-off-by: svenate <[email protected]>
Signed-off-by: swaroopb <[email protected]>
Tracked-On: OAM-103590
Signed-off-by: swaroopb <[email protected]>
We will use ISO image to replace installer image.

Tracked-On: OAM-103642
Signed-off-by: Chen, Gang G <[email protected]>
Support build celadon images as ISO format. The image is ISO format
bootable image which can be burned to a bootable CD/DVD or clone to
USB pendrive. The image can be flashed to CIV and BM. It is
independence on UEFI Shell.

Tracked-On: OAM-103648
Signed-off-by: Chen, Gang G <[email protected]>
Also fix issue about Total number of sectors not a
multiple of sectors per track (63)

Tracked-On: OAM-103711
Signed-off-by: Chen, Gang G <[email protected]>
civ is default name

Tracked-On: OAM-103929
Signed-off-by: Chen, Gang G <[email protected]>
system.img vendor.img and product.img are covered by
super.img, remove them to reduce image size

Tracked-On: OAM-104013
Signed-off-by: Chen, Gang G <[email protected]>
iso images will be generate while executing "make flashfiles"

Tracked-On: OAM-104007
Signed-off-by: Chen, Gang G <[email protected]>
Remove caas.img/caas.img.gz from the CIV build and create new
make command for Users in need.

Right now each and every build generates caas.img as part of build
 process and it is uploaded to artifactory, consuming space and
 processing time. Since not all users need it, we can allow it to
 be created only as part of additional make commands that user
 can pass while running an engineering build. This should improve
 build time in CI and friendly to developer.

Developer can use "make publish_gptimage" to generate caas.img.gz

Tracked-On: OAM-102849
Signed-off-by: Chen, Gang G <[email protected]>
Tracked-On: OAM-104468
Signed-off-by: swaroopb <[email protected]>
Tracked-On: OAM-104601
Signed-off-by: swaroopb <[email protected]>
Tracked-On: OAM-104995
Signed-off-by: swaroopb <[email protected]>
Removed not supported caas_cfc and caas_dev targets.

Tracked-On: OAM-105021
Signed-off-by: Jeevaka Prabu Badrappan <[email protected]>
Added support for TriggerBuild
xshahbazintel and others added 3 commits April 11, 2023 14:59
Updating based on Android U
Also changing path from lib64 to lib in latest Clang version

Tracked-On: OAM-112683
Signed-off-by: Tanuj Tekriwal <[email protected]>
On disks using ZFS, `du` can't get correct size of efi_images_tmp,
which caused "Disk full" error. Using apparent size can fix it.

Tracked-On: OAM-106622
Signed-off-by: Hao Yao <[email protected]>
@sysopenci sysopenci added the Stale Stale label for inactive open prs label Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Stale Stale label for inactive open prs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants