Changed post install message
This commit is contained in:
parent
d8fd3322a2
commit
eb0439f3aa
@ -109,16 +109,12 @@ src_prepare() {
|
|||||||
|
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
kernel-2_pkg_postinst
|
kernel-2_pkg_postinst
|
||||||
einfo "For more info on this patchset, and how to report problems, see:"
|
einfo "To build and install the kernel use the following commands:"
|
||||||
einfo "${HOMEPAGE}"
|
einfo "# make Image modules"
|
||||||
einfo "To build the kernel use the following command:"
|
einfo "# make DTC_FLAGS="-@" dtbs"
|
||||||
einfo "make Image Image.gz modules"
|
einfo "# cp arch/arm64/boot/Image /boot"
|
||||||
einfo "make DTC_FLAGS="-@" dtbs"
|
einfo "# make /usr modules_intall"
|
||||||
einfo "make install; make modules_intall; make dtbs_install"
|
einfo "# make /boot/dtbs dtbs_install"
|
||||||
einfo "if you want to cross compile pinephone kernel on amd64 host, follow the https://wiki.gentoo.org/wiki/Cross_build_environment"
|
|
||||||
einfo "to setup cross toolchain environment, then create a xmake wrapper like the following, and replace make with xmake in above commands"
|
|
||||||
einfo "#!/bin/sh"
|
|
||||||
einfo "exec make ARCH='arm64' CROSS_COMPILE='aarch64-unknown-linux-gnu-' INSTALL_MOD_PATH='${SYSROOT}' '$@'"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_postrm() {
|
pkg_postrm() {
|
||||||
|
@ -111,16 +111,12 @@ src_prepare() {
|
|||||||
|
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
kernel-2_pkg_postinst
|
kernel-2_pkg_postinst
|
||||||
einfo "For more info on this patchset, and how to report problems, see:"
|
einfo "To build and install the kernel use the following commands:"
|
||||||
einfo "${HOMEPAGE}"
|
einfo "# make Image modules"
|
||||||
einfo "To build the kernel use the following command:"
|
einfo "# make DTC_FLAGS="-@" dtbs"
|
||||||
einfo "make Image Image.gz modules"
|
einfo "# cp arch/arm64/boot/Image /boot"
|
||||||
einfo "make DTC_FLAGS="-@" dtbs"
|
einfo "# make /usr modules_intall"
|
||||||
einfo "make install; make modules_intall; make dtbs_install"
|
einfo "# make /boot/dtbs dtbs_install"
|
||||||
einfo "if you want to cross compile pinephone kernel on amd64 host, follow the https://wiki.gentoo.org/wiki/Cross_build_environment"
|
|
||||||
einfo "to setup cross toolchain environment, then create a xmake wrapper like the following, and replace make with xmake in above commands"
|
|
||||||
einfo "#!/bin/sh"
|
|
||||||
einfo "exec make ARCH="${FILESDIR}"/arm64"${FILESDIR}"/ CROSS_COMPILE="${FILESDIR}"/aarch64-unknown-linux-gnu-"${FILESDIR}"/ INSTALL_MOD_PATH="${FILESDIR}"/${SYSROOT}"${FILESDIR}"/ "${FILESDIR}"/$@"${FILESDIR}"/"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_postrm() {
|
pkg_postrm() {
|
||||||
|
@ -112,16 +112,12 @@ src_prepare() {
|
|||||||
|
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
kernel-2_pkg_postinst
|
kernel-2_pkg_postinst
|
||||||
einfo "For more info on this patchset, and how to report problems, see:"
|
einfo "To build and install the kernel use the following commands:"
|
||||||
einfo "${HOMEPAGE}"
|
einfo "# make Image modules"
|
||||||
einfo "To build the kernel use the following command:"
|
einfo "# make DTC_FLAGS="-@" dtbs"
|
||||||
einfo "make Image Image.gz modules"
|
einfo "# cp arch/arm64/boot/Image /boot"
|
||||||
einfo "make DTC_FLAGS="-@" dtbs"
|
einfo "# make /usr modules_intall"
|
||||||
einfo "make install; make modules_intall; make dtbs_install"
|
einfo "# make /boot/dtbs dtbs_install"
|
||||||
einfo "if you want to cross compile pinephone kernel on amd64 host, follow the https://wiki.gentoo.org/wiki/Cross_build_environment"
|
|
||||||
einfo "to setup cross toolchain environment, then create a xmake wrapper like the following, and replace make with xmake in above commands"
|
|
||||||
einfo "#!/bin/sh"
|
|
||||||
einfo "exec make ARCH="${FILESDIR}"/arm64"${FILESDIR}"/ CROSS_COMPILE="${FILESDIR}"/aarch64-unknown-linux-gnu-"${FILESDIR}"/ INSTALL_MOD_PATH="${FILESDIR}"/${SYSROOT}"${FILESDIR}"/ "${FILESDIR}"/$@"${FILESDIR}"/"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_postrm() {
|
pkg_postrm() {
|
||||||
|
Loading…
Reference in New Issue
Block a user