Skip to content

Commit

Permalink
a lot of maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
diogogithub committed Sep 16, 2020
1 parent 727baa9 commit 88dd2cf
Show file tree
Hide file tree
Showing 16 changed files with 69 additions and 11,028 deletions.
2 changes: 1 addition & 1 deletion architectures/cortex-a72.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ cfg_target_canonical="armv11-$cfg_glued_vendor-linux-gnueabi"
cfg_target_linux='arm'
cfg_target_uboot_arch='arm'
cfg_target_gcc_flags='-O2 -pipe -funit-at-a-time -mcpu=cortex-a72 -mtune=cortex-a72 -mfloat-abi=hard -mfpu=neon-fp-armv8'
cfg_target_gcc_configure_flags='--with-arch=armv8-a --with-cpu=cortex-a72 --with-tune=cortex-a72 --with-fpu=neon-fp-armv8 --with-float=hard'
cfg_target_gcc_configure_flags='--with-cpu=cortex-a72 --with-tune=cortex-a72 --with-fpu=neon-fp-armv8 --with-float=hard'
cfg_target_ar_flags='aarch64-elf'
6 changes: 3 additions & 3 deletions rules/binutils/cross.bash
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
version=\
(
'2.25.1'
'2.35'
)

url=\
(
"http://mirrors.kernel.org/gnu/binutils/binutils-$version.tar.bz2"
"http://mirrors.kernel.org/gnu/binutils/binutils-$version.tar.xz"
)

md5=\
(
'ac493a78de4fee895961d025b7905be4'
'fc8d55e2f6096de8ff8171173b6f5087'
)

maintainer=\
Expand Down
6 changes: 3 additions & 3 deletions rules/gcc/common.bash
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
version=\
(
'4.9.3'
'10.2.0'
)

url=\
(
"http://mirrors.kernel.org/gnu/gcc/gcc-$version/gcc-$version.tar.bz2"
"http://mirrors.kernel.org/gnu/gcc/gcc-$version/gcc-$version.tar.xz"
)

md5=\
(
'6f831b4d251872736e8e9cc09746f327'
'e9fd9b1789155ad09bcf3ae747596b50'
)

build_dir=$pkg_var
Expand Down
4 changes: 2 additions & 2 deletions rules/libtirpc/default.bash
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version=\
(
'0.2.5'
'1.2.6'
)

url=\
Expand All @@ -10,7 +10,7 @@ url=\

md5=\
(
'8cd41a5ef5a9b50d0fb6abb98af15368'
'b25f9cc18bfad50f7c446c77f4ae00bb'
)

maintainer=\
Expand Down
4 changes: 2 additions & 2 deletions rules/linux-headers/cross.bash
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version=\
(
'4.4.66'
'5.8.7'
)

url=\
(
"https://www.kernel.org/pub/linux/kernel/v4.x/linux-$version.tar.xz"
"https://www.kernel.org/pub/linux/kernel/v5.x/linux-$version.tar.xz"
)

md5=\
Expand Down
6 changes: 3 additions & 3 deletions rules/linux/default.bash
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
version=\
(
'4.4.66'
'5.4'
)

url=\
(
"https://www.kernel.org/pub/linux/kernel/v4.x/linux-$version.tar.xz"
"https://www.kernel.org/pub/linux/kernel/v5.x/linux-$version.tar.xz"
)

md5=\
(
'5353de56bf4621a35afc4384c7e51f30'
'ce9b2d974d27408a61c53a30d3f98fb9'
)

maintainer=\
Expand Down
8 changes: 4 additions & 4 deletions rules/linux/rpi.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@

version=\
(
'4.4_2017-01-27'
'5.4'
)

url=\
(
"http://lsts.pt/glued/rpi-linux-$version.zip"
"http://archive.ubuntu.com/ubuntu/pool/universe/l/linux-raspi2/linux-raspi2_$version.0.orig.tar.gz"
)

md5=\
(
'f31d48a9d2c93509b35e750be489b44c'
'0707e4b2cbaf1428055d6615be04559e'
)

build_dir="rpi-linux-rpi-linux-$version"
build_dir="linux-$version"

find_patches
5 changes: 3 additions & 2 deletions rules/openssl/default.bash
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version=\
(
'1.0.2e'
'1.1.1f'
)

url=\
Expand All @@ -10,7 +10,7 @@ url=\

md5=\
(
'5262bfa25b60ed9de9f28d5d52d77fc5'
'3f486f2f4435ef14b81814dbbc7b48bb'
)

requires=\
Expand All @@ -23,6 +23,7 @@ configure()
./Configure linux-generic32 --cross-compile-prefix="$cfg_target_canonical-" \
--prefix="$cfg_dir_toolchain_sysroot/usr" \
--openssldir="$cfg_dir_toolchain_sysroot/usr" \
--libdir=lib \
shared
}

Expand Down
4 changes: 2 additions & 2 deletions rules/rpcbind/default.bash
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version=\
(
'0.2.2'
'1.2.5'
)

url=\
Expand All @@ -10,7 +10,7 @@ url=\

md5=\
(
'8acf839bfef2364a05fbd6be5f8edf9a'
'ed46f09b9c0fa2d49015f6431bc5ea7b'
)

maintainer=\
Expand Down
12 changes: 9 additions & 3 deletions rules/rpi-boot-firmware/default.bash
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
version=\
(
'2017-02-02'
'1.20200212',
'2019.07',
'3.98ubuntu12'
)

url=\
(
"http://lsts.pt/glued/rpi-boot-firmware-$version.zip"
"http://archive.ubuntu.com/ubuntu/pool/multiverse/l/linux-firmware-raspi2/linux-firmware-raspi2_$version.orig.tar.gz",
"http://archive.ubuntu.com/ubuntu/pool/main/u/u-boot/u-boot_$version+dfsg.orig.tar.xz",
"http://archive.ubuntu.com/ubuntu/pool/main/f/flash-kernel/flash-kernel_$version.tar.xz"
)

maintainer=\
Expand All @@ -16,7 +20,9 @@ maintainer=\

md5=\
(
'eb42664fce4d73f167064e697dfacb76'
'5b35887b1026fafe8174f473679d175a',
'5b35887b1026fafe8174f473679d175a',
'5b35887b1026fafe8174f473679d175a'
)

target_install()
Expand Down
Loading

0 comments on commit 88dd2cf

Please sign in to comment.