forked from BoatPeopleBRTIK/build-artik
-
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.
config: don't care version of packages when checking exist of file
this patch replaces with '*' to check the exist of file regardless of version Change-Id: I88a6d190033968c763eea8384f996554c09bbff6 Signed-off-by: Jae-young Hwang <[email protected]>
- Loading branch information
Showing
4 changed files
with
8 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
../boot-firmwares-artik305s/artik305s_codesigner | ||
../boot-firmwares-artik305s/secureos.img | ||
../ubuntu-build-service/prebuilt/armhf/artik305s/libsee-linux-trustware_0.1.6-0_armhf.deb | ||
../ubuntu-build-service/prebuilt/armhf/artik305s/security-b2b-artik305s_0.1.0-0_armhf.deb | ||
../ubuntu-build-service/prebuilt/armhf/artik305s/libsee-linux-trustware_*_armhf.deb | ||
../ubuntu-build-service/prebuilt/armhf/artik305s/security-b2b-artik305s_*_armhf.deb |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
../boot-firmwares-artik530s/artik530s_codesigner | ||
../boot-firmwares-artik530s/secureos.img | ||
../ubuntu-build-service/prebuilt/armhf/artik530s/libsee-linux-trustware_0.1.6-0_armhf.deb | ||
../ubuntu-build-service/prebuilt/armhf/artik530s/security-b2b-artik530s_0.1.4-0_armhf.deb | ||
../ubuntu-build-service/prebuilt/armhf/artik530s/libsee-linux-trustware_*_armhf.deb | ||
../ubuntu-build-service/prebuilt/armhf/artik530s/security-b2b-artik530s_*_armhf.deb |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
../boot-firmwares-artik533s/artik533s_codesigner | ||
../boot-firmwares-artik533s/secureos.img | ||
../ubuntu-build-service/prebuilt/armhf/artik533s/libsee-linux-trustware_0.1.6-0_armhf.deb | ||
../ubuntu-build-service/prebuilt/armhf/artik533s/security-b2b-artik533s_0.1.0-0_armhf.deb | ||
../ubuntu-build-service/prebuilt/armhf/artik533s/libsee-linux-trustware_*_armhf.deb | ||
../ubuntu-build-service/prebuilt/armhf/artik533s/security-b2b-artik533s_*_armhf.deb |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
../boot-firmwares-artik710s/artik710s_codesigner | ||
../boot-firmwares-artik710s/fip-secure.img | ||
../ubuntu-build-service/prebuilt/arm64/artik710s/libsee-linux-trustware_0.1.6-0_arm64.deb | ||
../ubuntu-build-service/prebuilt/arm64/artik710s/security-b2b-artik710s_0.1.1-0_arm64.deb | ||
../ubuntu-build-service/prebuilt/arm64/artik710s/libsee-linux-trustware_*_arm64.deb | ||
../ubuntu-build-service/prebuilt/arm64/artik710s/security-b2b-artik710s_*_arm64.deb |