TARGET_NO_KERNEL currently guards generation of more images than just
boot.img. The other images, such as persist and ramdisk are now guarded
by more appropriate individual flags.
Reduce the impact of TARGET_NO_KERNEL so that a BOARD_PREBUILT_BOOTIMAGE
can be used while still generating persist and ramdisk.
Change-Id: I08f274af62935b6dc5492c230ee517f5655c3c4d
Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
Most build modules into kernel, this fixes errors like:
vendor/qcom/build/tasks/generate_extra_images.mk:244: error: writing to readonly directory: "/audio_apr.ko"
Change-Id: Ie45613c91f90f1e30340a5b173513c462e14d8b9
This is needed to serialize the image generation of system.img
and userdata.img. This is a temporary change needed to diagnose
the system overload issue during image generation.
Change-Id: Ic495752730c17d75dc9523c161d1acdc47f1ea2e
LK now requires recovery image to be signed. This
is a new change to ensure that only signed images
are used.
Change-Id: I25fef9c311370e3f26d2d09b577575cd2a16f880
Dummy file size is zero because design flaw.
This fix will delete the dummy file if it already exists
before make the iso file and add additional 1KB size to avoid
size gap between byte and Kbyte.
Change-Id: I8f7a0a28b74e5413d4ad3d931a69275d011b73d7
The usb gadget mass_storage driver limit the min
size of CDROM file. SHOULD larger than 300 Sectors.
Each sector is 2KBytes.
If the resouce file size fit the limitation of cdrom
feature. Create cdrom_install.iso file dynamically at
compiling time.
If not, create a dummy file dynamically to increase the
total size of cdrom_install.iso
Change-Id: I49d08bad83b8debfb16fe011f350b3eed3d907cb
This change adds usbdisk.img file with FAT32 file system using
size provided from platform specific makefile.
Change-Id: Ica6a60bf7bf54e542de6b3cef57bd5d89a9fd353
This change dynamically create CDROM ISO file.Just put the resource
files into device specific cdrom_res folder.
This cdrom iso will be mounted at PC host, in order to expose
things to the end users, such as device driver etc.
Change-Id: I16e75364b323d1de9542b4d6a2d044d16131752e
The dtbs have changed location between 3.4 and 3.10. Look for the
new location first and fallback to the 3.4 location if they're
missing.
Change-Id: I7aada8dbcf01ea6f62b3235b452c9329cd69e5e8
Explicitly add dtbtool makefile when generating for Tiny
Android as the dtbtool source path is not part of the
standard Tiny Android source search path.
Change-Id: If31963311deb43782d66589964f7fe3579c21bba
- Rename make target from 2K to 4K, as 4k images are
default images for NAND devices.
- Fix persist image generatin for NAND
Change-Id: Ieea6a23a38026595205d938b862b6db36266e76f