
--binpkgonly / -B option?Code: Select all
post_pkg_postinst() {
...
}make && make modules_install && make install.qmerge will create a binpkg from the files in the image directory. quickpkg will take files installed by the ebuild listed in CONTENTS in /var/db/pkg from the live filesystem. Nothing will make it pick up compiled objects in /usr/src/linux.pingtoo wrote: Thu May 21, 2026 4:19 pm I interpreter this question as is there a existing tool(s) or know how on how to create gpkg for any package with .ebuild file or not.
As for this specific gentoo-sources case, I wonder if one can use the "ebuild" command to do something.
will "ebuild /path/to/modified-gentoo-source.ebuild qmerge" or "ebuild /path/to/modified-gentoo-source.ebuild postinst" give that opportunity to create the gpkg?