CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
makeCrossRootfsExtras.sh:
authorVictor Martinez <pitillo@ono.com>
Wed, 25 Nov 2015 19:40:33 +0000 (19:40 +0000)
committerVictor Martinez <pitillo@ono.com>
Wed, 25 Nov 2015 19:40:33 +0000 (19:40 +0000)
- first commit CRUX core 3.2 and CRUX-ARM core-arm 3.2
- this isn't the last commit to build the package for deploying for building optimizations

makeCrossRootfsExtras.sh

index 5d6c4e46837f0087566e3b72217708e732329f10..0da6ca2413e5652f3f00a51f068ffe8680f19e82 100755 (executable)
@@ -9,11 +9,11 @@ GIT_REPO_UPSTREAM="git://crux.nu/ports/core.git"
 GIT_REPO_OVERLAY="git://crux-arm.nu/crux-arm/ports/core-arm.git"
 
 # we used the tag created for CRUX and the first commit hash in CRUX-ARM
-# CRUX-3.1 8f1b890416501c3a0dd8b565312089896a587962
+# CRUX-3.1 8ac5de3d6d32e963b8d90a130222052662cb6ef2 
 # CRUX-ARM 3.1 574c4008c8d63ac004b5196615da9fd29ef0c1d3
-GIT_BRANCH="3.1"
-GIT_COMMIT_HASH_UPSTREAM="8f1b890416501c3a0dd8b565312089896a587962"
-GIT_COMMIT_HASH_OVERLAY="574c4008c8d63ac004b5196615da9fd29ef0c1d3"
+GIT_BRANCH="3.2"
+GIT_COMMIT_HASH_UPSTREAM="8ac5de3d6d32e963b8d90a130222052662cb6ef2"
+GIT_COMMIT_HASH_OVERLAY="eba25a5ca81a20c5ee48c437443816638311f539"
 
 PWD_DIR=$(pwd)
 TMP_DIR=$(mktemp -d)