-
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.
Signed-off-by: Yuya Hamamachi <[email protected]>
- Loading branch information
1 parent
16c4525
commit bb6e0f5
Showing
7 changed files
with
7 additions
and
20 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...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 |
---|---|---|
@@ -1 +1 @@ | ||
GO_IMPORT = "github.com/aosedge/aos_communicationmanager" | ||
SRC_URI := "${@d.getVar('SRC_URI').replace('git@github.com/aoscloud', '[email protected]/aosedge')}" |
3 changes: 1 addition & 2 deletions
3
application_cpu/meta-rcar-whitebox/meta-domd/recipes-aos/aos-dnsname/aos-dnsname.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 |
---|---|---|
@@ -1,2 +1 @@ | ||
GO_IMPORT = "github.com/aosedge/aos_cni_dns" | ||
# GO_IMPORT = "github.com/aosedge/aos_dnsname" | ||
SRC_URI := "${@d.getVar('SRC_URI').replace('[email protected]/aoscloud', '[email protected]/aosedge')}" |
3 changes: 1 addition & 2 deletions
3
application_cpu/meta-rcar-whitebox/meta-domd/recipes-aos/aos-firewall/aos-firewall.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 |
---|---|---|
@@ -1,2 +1 @@ | ||
# GO_IMPORT = "github.com/aosedge/aos_firewall" | ||
GO_IMPORT = "github.com/aosedge/aos_cni_firewall" | ||
SRC_URI := "${@d.getVar('SRC_URI').replace('[email protected]/aoscloud', '[email protected]/aosedge')}" |
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,4 +6,4 @@ do_install_append() { | |
fi | ||
} | ||
|
||
GO_IMPORT = "github.com/aosedge/aos_iamanager" | ||
SRC_URI := "${@d.getVar('SRC_URI').replace('git@github.com/aoscloud', '[email protected]/aosedge')}" |
2 changes: 1 addition & 1 deletion
2
...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 |
---|---|---|
@@ -1 +1 @@ | ||
GO_IMPORT = "github.com/aosedge/aos_servicemanager" | ||
SRC_URI := "${@d.getVar('SRC_URI').replace('git@github.com/aoscloud', '[email protected]/aosedge')}" |
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,16 +6,5 @@ do_install_append() { | |
fi | ||
} | ||
|
||
GO_IMPORT = "github.com/aosedge/aos_updatemanager" | ||
|
||
do_prepare_modules() { | ||
file="${S}/src/${GO_IMPORT}/updatemodules/modules.go" | ||
|
||
echo 'package updatemodules' > ${file} | ||
echo 'import (' >> ${file} | ||
for module in ${AOS_UM_UPDATE_MODULES}; do | ||
echo "\t_ \"github.com/aoscloud/aos_updatemanager/${module}\"" >> ${file} | ||
done | ||
echo ')' >> ${file} | ||
} | ||
SRC_URI := "${@d.getVar('SRC_URI').replace('[email protected]/aoscloud', '[email protected]/aosedge')}" | ||
|
2 changes: 1 addition & 1 deletion
2
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 |
---|---|---|
@@ -1 +1 @@ | ||
GO_IMPORT = "github.com/aosedge/aos_vis" | ||
SRC_URI := "${@d.getVar('SRC_URI').replace('git@github.com/aoscloud', '[email protected]/aosedge')}" |