Skip to content

Commit 4cecc87

Browse files
(improv) Increase acs initramfs size
- during build yocto failed due to current inittamfs size limitation, increase size to 196000 km
1 parent 912bc10 commit 4cecc87

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

SystemReady-devicetree-band/Yocto/build-scripts/get_source.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ copy_recipes()
7777
rm $TOP_DIR/meta-woden/poky/meta/recipes-kernel/linux/linux-yocto_6.6.bb
7878

7979
#Increase the initramfs size to hold more storage drivers in ACS image
80-
sed -i 's/INITRAMFS_MAXSIZE ??= "131072"/INITRAMFS_MAXSIZE ??= "193000"/' $TOP_DIR/meta-woden/poky/meta/conf/bitbake.conf
80+
sed -i 's/INITRAMFS_MAXSIZE ??= "131072"/INITRAMFS_MAXSIZE ??= "196000"/' $TOP_DIR/meta-woden/poky/meta/conf/bitbake.conf
8181

8282

8383
#copy linux_yocto.bbappend with empty defconfig

SystemReady-devicetree-band/Yocto/meta-woden/recipes-acs/edk2-test-parser/edk2-test-parser.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ LICENSE = "BSD-2-Clause"
22
LIC_FILES_CHKSUM = "file://edk2-test-parser/LICENSE;md5=c0550be4b3b9c0223efd0eaa70dc9085"
33
S = "${WORKDIR}"
44

5-
SRC_URI = "git://git.gitlab.arm.com/systemready/edk2-test-parser.git;destsuffix=edk2-test-parser;protocol=https;branch=bbsr-yaml;name=edk2-test-parser \
5+
SRC_URI = "git://git.gitlab.arm.com/systemready/edk2-test-parser.git;destsuffix=edk2-test-parser;protocol=https;branch=main;name=edk2-test-parser \
66
"
77

88
SRCREV_edk2-test-parser = "${AUTOREV}"

0 commit comments

Comments
 (0)