https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271826

--- Comment #23 from Warner Losh <[email protected]> ---
(In reply to Mitch from comment #22)

You can do something like:

git checkout main
git checkout -b tracking-branch
git revert $HASH
make kernel-toolchain TARGET_ARCH=powerpc64
make buildkernel KERNCONF=GENERIC64 TARGET_ARCH=powerpc64

will build it. you can install it to the destdir fo your choice:

mkdir $HOME/powerpc-test-kernel
make installkernel KERNCONF=GENERIC64 TARGET_ARCH=powerpc64 NO_ROOT=t

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to