I need to build a repository containing all the packages that were installed (both local and upstream). can anyone recommend a good place to start looking for where I might find those packages in the build, and where a task might sit to obtain them?
Hi Stephen,
Isar creates a manifest containing all installed packages of the system and stores it (*.manifest) right next to the produced image
in the image deploy folder (tmp/work/deploy/images/...) when you enable it setting "generate-manifest" in the "ROOTFS_FEATURES"
variable.
The task which is responsible for that is "rootfs_generate_manifest" and can be found in the rootfs.bbclass file.
Benedikt
Thank you,Stephen--
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/6b02938e-3af8-4cc3-bbd5-61319637a744n%40googlegroups.com.