mirror of
https://github.com/Fishwaldo/build.git
synced 2025-06-25 23:58:37 +00:00
Add sunxi-mali version r3p0 packaging
Finalize chroot-buildpkg changes
This commit is contained in:
parent
d1159a081a
commit
86c514cca0
31 changed files with 312 additions and 11 deletions
3
main.sh
3
main.sh
|
@ -237,8 +237,9 @@ fi
|
|||
|
||||
[[ -n $RELEASE ]] && create_board_package
|
||||
|
||||
# chroot-build-ackages
|
||||
[[ $KERNEL_ONLY == yes && ($RELEASE == jessie || $RELEASE == xenial) && \
|
||||
$EXPERIMENTAL_BUILDPKG == yes && $(lsb_release -sc) == xenial ]] && chroot_build_packages
|
||||
$EXTERNAL_NEW == yes && $(lsb_release -sc) == xenial ]] && chroot_build_packages
|
||||
|
||||
if [[ $KERNEL_ONLY != yes ]]; then
|
||||
if [[ $EXTENDED_DEBOOTSTRAP != no ]]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue