Skip to content

Fixes for building Orange Pi One on Debian Sid (fixes #321, fixes #319)#322

Merged
igorpecovnik merged 3 commits intoarmbian:masterfrom
3mdeb:sid-fixes
May 27, 2016
Merged

Fixes for building Orange Pi One on Debian Sid (fixes #321, fixes #319)#322
igorpecovnik merged 3 commits intoarmbian:masterfrom
3mdeb:sid-fixes

Conversation

@pietrushnic
Copy link
Contributor

Below 3 patches contain fixes that I had to apply to build bootable Orage Pi One image on Debian Sid.

@igorpecovnik igorpecovnik merged commit 3305dd4 into armbian:master May 27, 2016
# parttype[nfs] is empty

mkopts[ext4]='-q -m 2'
mkopts[ext4]='-O ^64bit,^metadata_csum,uninit_bg -q -m 2'
Copy link
Member

@zador-blood-stained zador-blood-stained May 27, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@igorpecovnik
Quick test shows that this will break image building on Trusty hosts because older mkfs.ext4 desn't know about 64bit and metadata_csum options.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zador-blood-stained the only thing to test that I can try Docker, but I'm not sure if will not hit #318

Copy link
Member

@zador-blood-stained zador-blood-stained May 27, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NO_APT_CACHER=yes parameter handling should be fixed, but this doesn't change the fact that these ext4 options break build process on Trusty (which is still declared as a compatible build host) and it's too early to drop Trusty support IMO since AFAIK Trusty->Xenial upgrade will be available after 16.04.1 release (scheduled at the end of July).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants