Skip to content

Commit

Permalink
MIYOO: Integrate buildbot config
Browse files Browse the repository at this point in the history
The original repository is gone
  • Loading branch information
lephilousophe committed Apr 23, 2023
1 parent 2546a0b commit fcdad56
Show file tree
Hide file tree
Showing 3 changed files with 3,687 additions and 12 deletions.
7 changes: 0 additions & 7 deletions check-versions/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,13 +332,6 @@
# Latest crosstool-ng doesn't support uClibc anymore
('./toolchains/gcw0/packages/toolchain/build.sh', 'CT_NG'): 'ignore',

('./toolchains/miyoo/packages/toolchain/build.sh', 'MIYOO'): {
'check': 'git tag',
'repository': 'https://github.com/steward-fu/miyoo.git',
'prefix': 'v',
# There are 3 tags per version with .0 being the toolchain config
'pattern': r'.*0$',
},
# This version is set by toolchain configuration
('./toolchains/miyoo/packages/toolchain/build.sh', 'BUILDROOT'): 'ignore',

Expand Down
6 changes: 1 addition & 5 deletions toolchains/miyoo/packages/toolchain/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#! /bin/sh

MIYOO_VERSION=1.0
# This version depends on Miyoo devel package
BUILDROOT_VERSION=2018.02.9

Expand All @@ -10,9 +9,6 @@ HELPERS_DIR=$PACKAGE_DIR/../..

do_make_bdir

do_http_fetch devel "https://github.com/steward-fu/miyoo/releases/download/v${MIYOO_VERSION}/devel.zip" 'unzip'
cd ..

do_http_fetch buildroot- "https://buildroot.org/downloads/buildroot-${BUILDROOT_VERSION}.tar.gz" 'tar xzf'
do_patch buildroot

Expand Down Expand Up @@ -84,7 +80,7 @@ lighten() {
make olddefconfig
}

cp ../devel/config_buildroot-${BUILDROOT_VERSION} .config
cp ${PACKAGE_DIR}/config_buildroot-${BUILDROOT_VERSION} .config

# Lighten build process by removing useless packages for us
lighten
Expand Down
Loading

0 comments on commit fcdad56

Please sign in to comment.