forked from dotnet/wcf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[master] Update dependencies from dotnet/arcade (dotnet#4268)
* Update dependencies from https://github.com/dotnet/arcade build 20200506.5 - Microsoft.DotNet.XUnitExtensions: 5.0.0-beta.20228.4 -> 5.0.0-beta.20256.5 - Microsoft.DotNet.Arcade.Sdk: 5.0.0-beta.20228.4 -> 5.0.0-beta.20256.5 - Microsoft.DotNet.Helix.Sdk: 5.0.0-beta.20228.4 -> 5.0.0-beta.20256.5 - Microsoft.DotNet.SignTool: 5.0.0-beta.20228.4 -> 5.0.0-beta.20256.5 - Microsoft.DotNet.GenFacades: 5.0.0-beta.20228.4 -> 5.0.0-beta.20256.5 * Update dependencies from https://github.com/dotnet/arcade build 20200508.8 - Microsoft.DotNet.XUnitExtensions: 5.0.0-beta.20228.4 -> 5.0.0-beta.20258.8 - Microsoft.DotNet.Arcade.Sdk: 5.0.0-beta.20228.4 -> 5.0.0-beta.20258.8 - Microsoft.DotNet.Helix.Sdk: 5.0.0-beta.20228.4 -> 5.0.0-beta.20258.8 - Microsoft.DotNet.SignTool: 5.0.0-beta.20228.4 -> 5.0.0-beta.20258.8 - Microsoft.DotNet.GenFacades: 5.0.0-beta.20228.4 -> 5.0.0-beta.20258.8 * Update dependencies from https://github.com/dotnet/arcade build 20200511.9 Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.GenFacades From Version 5.0.0-beta.20228.4 -> To Version 5.0.0-beta.20261.9 * Update dependencies from https://github.com/dotnet/arcade build 20200528.4 Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenFacades , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool From Version 5.0.0-beta.20228.4 -> To Version 5.0.0-beta.20278.4 * Update dependencies from https://github.com/dotnet/arcade build 20200530.1 Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenFacades , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool From Version 5.0.0-beta.20228.4 -> To Version 5.0.0-beta.20280.1 * Update dependencies from https://github.com/dotnet/arcade build 20200609.1 Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenFacades , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool From Version 5.0.0-beta.20228.4 -> To Version 5.0.0-beta.20309.1 * Update dependencies from https://github.com/dotnet/arcade build 20200616.1 Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenFacades , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool From Version 5.0.0-beta.20228.4 -> To Version 5.0.0-beta.20316.1 * Update dependencies from https://github.com/dotnet/arcade build 20200630.3 Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.GenFacades , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.Arcade.Sdk From Version 5.0.0-beta.20228.4 -> To Version 5.0.0-beta.20330.3 * Update dependencies from https://github.com/dotnet/arcade build 20200714.3 Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.GenFacades , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.Arcade.Sdk From Version 5.0.0-beta.20228.4 -> To Version 5.0.0-beta.20364.3 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
- Loading branch information
1 parent
1665b20
commit 20eefb8
Showing
32 changed files
with
1,407 additions
and
550 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
#!/usr/bin/env bash | ||
set -e | ||
|
||
__CrossDir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) | ||
__TIZEN_CROSSDIR="$__CrossDir/tizen" | ||
|
||
if [[ -z "$ROOTFS_DIR" ]]; then | ||
echo "ROOTFS_DIR is not defined." | ||
exit 1; | ||
fi | ||
|
||
TIZEN_TMP_DIR=$ROOTFS_DIR/tizen_tmp | ||
mkdir -p $TIZEN_TMP_DIR | ||
|
||
# Download files | ||
echo ">>Start downloading files" | ||
VERBOSE=1 $__CrossDir/tizen-fetch.sh $TIZEN_TMP_DIR | ||
echo "<<Finish downloading files" | ||
|
||
echo ">>Start constructing Tizen rootfs" | ||
TIZEN_RPM_FILES=`ls $TIZEN_TMP_DIR/*.rpm` | ||
cd $ROOTFS_DIR | ||
for f in $TIZEN_RPM_FILES; do | ||
rpm2cpio $f | cpio -idm --quiet | ||
done | ||
echo "<<Finish constructing Tizen rootfs" | ||
|
||
# Cleanup tmp | ||
rm -rf $TIZEN_TMP_DIR | ||
|
||
# Configure Tizen rootfs | ||
echo ">>Start configuring Tizen rootfs" | ||
ln -sfn asm-arm64 ./usr/include/asm | ||
patch -p1 < $__TIZEN_CROSSDIR/tizen.patch | ||
echo "<<Finish configuring Tizen rootfs" |
Oops, something went wrong.