-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ca55: aosedge: Change to use new repository for building
Github organization is renamed from Aoscloud to Aosedge. According to Github specification, automatic redirect to new repository is enabled unless aoscloud organization will be created again. But, there is no reason to continue to use old repository link. Thus, this patch changes to use new repository. old: https://github.com/orgs/aoscloud (Link is no more available) new: https://github.com/orgs/aosedge Signed-off-by: Yuya Hamamachi <yuya.hamamachi.sx@renesas.com>
- Loading branch information
1 parent
217fcf0
commit 0a44a99
Showing
9 changed files
with
11 additions
and
4 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
1 change: 1 addition & 0 deletions
1
...ebox/meta-domd/recipes-aos/aos-communicationmanager/aos-communicationmanager_git.bbappend
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 @@ | ||
GO_IMPORT = "github.com/aosedge/aos_communicationmanager" |
1 change: 1 addition & 0 deletions
1
...ication_cpu/meta-rcar-whitebox/meta-domd/recipes-aos/aos-dnsname/aos-dnsname_git.bbappend
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 @@ | ||
GO_IMPORT = "github.com/aosedge/aos_dnsname" |
1 change: 1 addition & 0 deletions
1
...ation_cpu/meta-rcar-whitebox/meta-domd/recipes-aos/aos-firewall/aos-firewall_git.bbappend
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 @@ | ||
GO_IMPORT = "github.com/aosedge/aos_firewall" |
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 |
---|---|---|
|
@@ -6,3 +6,4 @@ do_install_append() { | |
fi | ||
} | ||
|
||
GO_IMPORT = "github.com/aosedge/aos_iamanager" |
1 change: 1 addition & 0 deletions
1
...ta-rcar-whitebox/meta-domd/recipes-aos/aos-servicemanager/aos-servicemanager_git.bbappend
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 @@ | ||
GO_IMPORT = "github.com/aosedge/aos_servicemanager" |
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 |
---|---|---|
|
@@ -6,3 +6,4 @@ do_install_append() { | |
fi | ||
} | ||
|
||
GO_IMPORT = "github.com/aosedge/aos_updatemanager" |
1 change: 1 addition & 0 deletions
1
application_cpu/meta-rcar-whitebox/meta-domd/recipes-aos/aos-vis/aos-vis_git.bbappend
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 @@ | ||
GO_IMPORT = "github.com/aosedge/aos_vis" |