0.10.1
This commit is contained in:
parent
af17afe918
commit
28d95f05e4
8
.SRCINFO
8
.SRCINFO
@ -1,8 +1,6 @@
|
|||||||
# Generated by mksrcinfo v8
|
|
||||||
# Wed Mar 27 05:36:02 UTC 2019
|
|
||||||
pkgbase = zephyr-sdk
|
pkgbase = zephyr-sdk
|
||||||
pkgdesc = SDK for Zephyr real-time operating system
|
pkgdesc = SDK for Zephyr real-time operating system
|
||||||
pkgver = 0.10.0
|
pkgver = 0.10.1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://www.zephyrproject.org/
|
url = https://www.zephyrproject.org/
|
||||||
install = zephyr-sdk.install
|
install = zephyr-sdk.install
|
||||||
@ -33,9 +31,9 @@ pkgbase = zephyr-sdk
|
|||||||
optdepends = pyocd: programming and debugging ARM MCUs
|
optdepends = pyocd: programming and debugging ARM MCUs
|
||||||
options = !strip
|
options = !strip
|
||||||
backup = etc/zephyrrc
|
backup = etc/zephyrrc
|
||||||
source = https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.10.0/zephyr-sdk-0.10.0-setup.run
|
source = https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.10.1/zephyr-sdk-0.10.1-setup.run
|
||||||
source = zephyrrc
|
source = zephyrrc
|
||||||
sha256sums = 614e6d8e10842e899c513539c8b971caee4b79a14de3ebab38dbe2c120340e88
|
sha256sums = cdf1b036acd6692a700c1b4e3e08983d1363cc802a9f79533c9f15ee72c40b9c
|
||||||
sha256sums = 7a1257272c64bdec281283d391e3149cece065935c9e8394d6bece32d0f6fc05
|
sha256sums = 7a1257272c64bdec281283d391e3149cece065935c9e8394d6bece32d0f6fc05
|
||||||
|
|
||||||
pkgname = zephyr-sdk
|
pkgname = zephyr-sdk
|
||||||
|
10
PKGBUILD
10
PKGBUILD
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Alexei Colin <ac@alexeicolin.com>
|
# Maintainer: Alexei Colin <ac@alexeicolin.com>
|
||||||
|
|
||||||
pkgname=zephyr-sdk
|
pkgname=zephyr-sdk
|
||||||
pkgver=0.10.0
|
pkgver=0.10.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="SDK for Zephyr real-time operating system"
|
pkgdesc="SDK for Zephyr real-time operating system"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
@ -30,10 +30,10 @@ build() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Matches per-toolchain commands in $_installdir/setup.sh
|
# Matches per-toolchain commands in $_installdir/setup.sh
|
||||||
_TC_CMD="tar -C \\\$target_sdk_dir -xf .\/__TC__.tar.bz2 > \/dev\/null &"
|
_TC_CMD="tar -C \\\$target_sdk_dir \\(-[A-Za-z0-9]\\+\\)* .\/__TC__.tar.bz2.*"
|
||||||
|
|
||||||
_list_toolchains() {
|
_list_toolchains() {
|
||||||
echo $(sed -n "s@^$(echo $_TC_CMD | sed 's/__TC__/\\(.*\\)/g')@\1@p" $1 | sort)
|
echo $(sed -n "s@^$(echo $_TC_CMD | sed 's/__TC__/\\(.*\\)/g')@\2@p" $1 | sort)
|
||||||
}
|
}
|
||||||
|
|
||||||
package ()
|
package ()
|
||||||
@ -45,7 +45,7 @@ package ()
|
|||||||
|
|
||||||
# Add a flag to not relocate executables, because the path to pkgdir is invalid after installation
|
# Add a flag to not relocate executables, because the path to pkgdir is invalid after installation
|
||||||
# -R disables relocation, -S saves the relocation script so that it can be run manually.
|
# -R disables relocation, -S saves the relocation script so that it can be run manually.
|
||||||
sed -i 's#^\(\./zephyr-sdk-x86_64-hosttools-standalone-[0-9.]\+sh\)#\1 -R -S#' $pkgdir/$_installdir/setup.sh
|
sed -i 's#^\(\./zephyr-sdk-x86_64-hosttools-standalone-[0-9.]\+sh\)#\1 -R -S#' $pkgdir/$_installdir/$_setupsh
|
||||||
|
|
||||||
# Install hosttools always, but let the toolchains be selectable below:
|
# Install hosttools always, but let the toolchains be selectable below:
|
||||||
ALL_TOOLCHAINS=($(_list_toolchains $pkgdir/$_installdir/$_setupsh))
|
ALL_TOOLCHAINS=($(_list_toolchains $pkgdir/$_installdir/$_setupsh))
|
||||||
@ -127,5 +127,5 @@ package ()
|
|||||||
# More info: https://docs.zephyrproject.org/latest/boards/arm/qemu_cortex_m3/doc/board.html
|
# More info: https://docs.zephyrproject.org/latest/boards/arm/qemu_cortex_m3/doc/board.html
|
||||||
|
|
||||||
|
|
||||||
sha256sums=('614e6d8e10842e899c513539c8b971caee4b79a14de3ebab38dbe2c120340e88'
|
sha256sums=('cdf1b036acd6692a700c1b4e3e08983d1363cc802a9f79533c9f15ee72c40b9c'
|
||||||
'7a1257272c64bdec281283d391e3149cece065935c9e8394d6bece32d0f6fc05')
|
'7a1257272c64bdec281283d391e3149cece065935c9e8394d6bece32d0f6fc05')
|
||||||
|
Loading…
Reference in New Issue
Block a user