Searched hist:"36862 e14" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/scripts/package/ |
H A D | mkdebian | 36862e14 Sun Mar 12 15:07:30 CDT 2023 Masahiro Yamada <masahiroy@kernel.org> kbuild: deb-pkg: use dh_listpackages to know enabled packages
Use dh_listpackages to get a list of all binary packages.
With this, debian/control lists which binary packages will be produced. Previously, ARCH=um listed linux-libc-dev in debian/control, but it was not generated because each of mkdebian and builddeb independently maintained the if-conditionals.
Another motivation is to allow scripts/package/builddeb to get the package name (linux-image-*, etc.) dynamically from debian/control.
This will also allow the BuildProfile to control the generation of the binary packages.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
|
H A D | builddeb | 36862e14 Sun Mar 12 15:07:30 CDT 2023 Masahiro Yamada <masahiroy@kernel.org> kbuild: deb-pkg: use dh_listpackages to know enabled packages
Use dh_listpackages to get a list of all binary packages.
With this, debian/control lists which binary packages will be produced. Previously, ARCH=um listed linux-libc-dev in debian/control, but it was not generated because each of mkdebian and builddeb independently maintained the if-conditionals.
Another motivation is to allow scripts/package/builddeb to get the package name (linux-image-*, etc.) dynamically from debian/control.
This will also allow the BuildProfile to control the generation of the binary packages.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
|