I'm sooooo close to sharing a WIP for building armbiain for espressobin , but I'm having trouble getting armbian builder to use the file name for the kernel package deb.
│ dpkg-deb: building package 'linux-headers-4.4.8-mvebu64' in '../linux-headers-4.4.8-mvebu64_5.27_arm64.deb'. │
│ dpkg-deb: building package 'linux-libc-dev' in '../linux-libc-dev_5.27_arm64.deb'. │
│ dpkg-deb: building package 'linux-image-4.4.8-mvebu64' in '../linux-image-4.4.8-mvebu64_5.27_arm64.deb'. │
│ dpkg-deb: building package 'linux-image-4.4.8-mvebu64-dbg' in '../linux-image-4.4.8-mvebu64-dbg_5.27_arm64.deb'. │
│ dpkg-genchanges: binary-only upload (no source code included) │
└──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
dpkg-deb: error: failed to read archive '/root/output/debs/linux-image-mvebu64_5.27_arm64.deb': No such file or directory
What's the cleanest way to have the resulting deb and armbianbuilder line up?
Stuff I've done:
made esspressobin.wip board config
Made mvebu64 sources config
Made mvebu64 Kernel config
Made kernel patch to elminate the localversion file
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
lanefu
I'm sooooo close to sharing a WIP for building armbiain for espressobin , but I'm having trouble getting armbian builder to use the file name for the kernel package deb.
What's the cleanest way to have the resulting deb and armbianbuilder line up?
Stuff I've done:
Files n stuff
esspressobin.wip
# Marvell Armada 37x 1xmPCIe 2xGBE
BOARD_NAME="espressobin"
LINUXFAMILY="mvebu64"
BOOTCONFIG="mvebu_espressobin-88f3720_defconfig"
#BOOTCONFIG="mvebu_armada-37xx"
MODULES="mv_cesa"
MODULES_NEXT="mv_cesa"
CLI_TARGET="jessie,xenial:default,next"
KERNEL_TARGET="default,next"
BUILD_DESKTOP="no"
#
BOARDRATING=""
CHIP="http://docs.armbian.com/Hardware_Other/#marvel-armada-espressobin"
REVIEW="http://forum.armbian.com/index.php/topic/TBD/"
HARDWARE="http://wiki.espressobin.net/tiki-index.php?page=About+ESPRESSObin"
FORUMS="http://forum.armbian.com/index.php/forum/11-other-boards/"
mvebu64.conf
ARCH=arm64
KERNEL_IMAGE_TYPE=Image
HAS_UUID_SUPPORT=yes
#OFFSET=2
BOOTSCRIPT="boot-marvell.cmd:boot.cmd"
BOOTSOURCE=$MAINLINE_UBOOT_SOURCE
BOOTDIR=$MAINLINE_UBOOT_DIR
BOOTBRANCH=tag:v2017.05-rc1
BOOTENV_FILE='clearfog-default.txt'
HAS_UUID_SUPPORT=yes
case $BRANCH in
default)
KERNELSOURCE='https://github.com/MarvellEmbeddedProcessors/linux-marvell.git'
KERNELBRANCH='branch:linux-4.4.8-armada-17.02-espressobin'
KERNELDIR='linux-marvell'
DEB_BRANCH=4.4.8
# CHOSEN_KERNEL=linux-image-linux-4.4.8-armada-17.02-${LINUXFAMILY}
;;
next)
KERNELSOURCE=$MAINLINE_KERNEL_SOURCE
KERNELBRANCH=$MAINLINE_KERNEL_BRANCH
KERNELDIR=$MAINLINE_KERNEL_DIR
KERNEL_ALT_GCC='> 6.1'
;;
esac
## can probaly go slower
CPUMIN=800000
CPUMAX=1200000
GOVERNOR=ondemand
write_uboot_platform()
{
# dd if=$1/u-boot.mmc of=$2 bs=512 seek=1 status=noxfer > /dev/null 2>&1
echo "hey"
}
family_tweaks()
{
chroot $CACHEDIR/$SDCARD /bin/bash -c "apt-get -y -qq remove --auto-remove lirc linux-sound-base alsa-base alsa-utils bluez>/dev/null 2>&1"
}
Renamed to reflect the contents
Link to comment
Share on other sites
887 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.