|
How to configure cron using yocto?
Hello All, I am trying to include the cron to my yocto (release Morty) image. In the image recipe I have added IMAGE_INSTALL_append = " cronie". This created the crontab and cron.d directory in /etc/.
Hello All, I am trying to include the cron to my yocto (release Morty) image. In the image recipe I have added IMAGE_INSTALL_append = " cronie". This created the crontab and cron.d directory in /etc/.
|
By
Sourabh Hegde
·
|
|
[RFC][yocto][meta-lts-mixins][kirkstone/go] Backport golang from master to kirkstone
9 messages
Hi, The golang version in kirkstone is the 1.17 and because of this is not possible to use some recent version of other projects like docker that requires a more recent version of the language. I have
Hi, The golang version in kirkstone is the 1.17 and because of this is not possible to use some recent version of other projects like docker that requires a more recent version of the language. I have
|
By
Jose Quaresma
·
|
|
How to compile binary executable files
10 messages
Hi guys, I am new to yocto needed your help. I have an executable binary file that is probably compiled using the gcc compiler. I am using yocto dunfell for my project my build_sys is "x86_64-linux" ,
Hi guys, I am new to yocto needed your help. I have an executable binary file that is probably compiled using the gcc compiler. I am using yocto dunfell for my project my build_sys is "x86_64-linux" ,
|
By
MOHAMMED HASSAN
·
|
|
[[yocto][meta-lts-mixins][kirkstone/go] 16/16] README: add my self as maintainer
Signed-off-by: Jose Quaresma <jose.quaresma@...> --- README | 1 + 1 file changed, 1 insertion(+) diff --git a/README b/README index d33c576..5a24ec2 100644 --- a/README +++ b/README @@ -20,3 +20,4 @@
Signed-off-by: Jose Quaresma <jose.quaresma@...> --- README | 1 + 1 file changed, 1 insertion(+) diff --git a/README b/README index d33c576..5a24ec2 100644 --- a/README +++ b/README @@ -20,3 +20,4 @@
|
By
Jose Quaresma
·
|
|
[[yocto][meta-lts-mixins][kirkstone/go] 14/16] go: fix some linkshared regression introduced in go 1.20
Since go 1.20 some packages fails to link [1][2] and only build staticaly with GO_LINKSHARED = "" [1] https://lists.yoctoproject.org/g/meta-virtualization/topic/97182310 [2] https://github.com/golang/
Since go 1.20 some packages fails to link [1][2] and only build staticaly with GO_LINKSHARED = "" [1] https://lists.yoctoproject.org/g/meta-virtualization/topic/97182310 [2] https://github.com/golang/
|
By
Jose Quaresma
·
|
|
[[yocto][meta-lts-mixins][kirkstone/go] 15/16] README: add note about backporting
Signed-off-by: Jose Quaresma <jose.quaresma@...> --- README | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README b/README index b2fa46b..d33c576 100644 --- a/README +++ b/README @@ -13,5 +13,
Signed-off-by: Jose Quaresma <jose.quaresma@...> --- README | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README b/README index b2fa46b..d33c576 100644 --- a/README +++ b/README @@ -13,5 +13,
|
By
Jose Quaresma
·
|
|
[[yocto][meta-lts-mixins][kirkstone/go] 13/16] go: use go as CVE product for all golang recipe veriants
From: Peter Marko <peter.marko@...> All golang vulnerabilities are reported under product 'go'. By default there is no vulnerability reported for images with golang components because none of used gol
From: Peter Marko <peter.marko@...> All golang vulnerabilities are reported under product 'go'. By default there is no vulnerability reported for images with golang components because none of used gol
|
By
Jose Quaresma
·
|
|
[[yocto][meta-lts-mixins][kirkstone/go] 12/16] go: update 1.20 -> 1.20.1
From: Alexander Kanavin <alex.kanavin@...> Signed-off-by: Alexander Kanavin <alex@...> Signed-off-by: Alexandre Belloni <alexandre.belloni@...> Signed-off-by: Jose Quaresma <jose.quaresma@...> --- rec
From: Alexander Kanavin <alex.kanavin@...> Signed-off-by: Alexander Kanavin <alex@...> Signed-off-by: Alexandre Belloni <alexandre.belloni@...> Signed-off-by: Jose Quaresma <jose.quaresma@...> --- rec
|
By
Jose Quaresma
·
|
|
[[yocto][meta-lts-mixins][kirkstone/go] 11/16] go-cross-canadian: use gcc-crosssdk, not gcc-native
From: Alexander Kanavin <alex.kanavin@...> The recipe was building native go against build host headers and libraries, and then installing it as a nativesdk item, which is entirely incorrect. This has
From: Alexander Kanavin <alex.kanavin@...> The recipe was building native go against build host headers and libraries, and then installing it as a nativesdk item, which is entirely incorrect. This has
|
By
Jose Quaresma
·
|
|
[[yocto][meta-lts-mixins][kirkstone/go] 09/16] go-1.19: import recipes from openembedded-core
Signed-off-by: Jose Quaresma <jose.quaresma@...> --- recipes-devtools/go-1.19/go-1.19.4.inc | 18 ++ .../go-1.19/go-binary-native_1.19.4.bb | 48 +++ recipes-devtools/go-1.19/go-common.inc | 44 +++ .../
Signed-off-by: Jose Quaresma <jose.quaresma@...> --- recipes-devtools/go-1.19/go-1.19.4.inc | 18 ++ .../go-1.19/go-binary-native_1.19.4.bb | 48 +++ recipes-devtools/go-1.19/go-common.inc | 44 +++ .../
|
By
Jose Quaresma
·
|
|
[[yocto][meta-lts-mixins][kirkstone/go] 10/16] go-1.20: import recipes from openembedded-core
Signed-off-by: Jose Quaresma <jose.quaresma@...> --- recipes-devtools/go-1.20/go-1.20.inc | 18 ++ .../go-1.20/go-binary-native_1.20.bb | 48 +++ recipes-devtools/go-1.20/go-common.inc | 44 +++ .../go-1
Signed-off-by: Jose Quaresma <jose.quaresma@...> --- recipes-devtools/go-1.20/go-1.20.inc | 18 ++ .../go-1.20/go-binary-native_1.20.bb | 48 +++ recipes-devtools/go-1.20/go-common.inc | 44 +++ .../go-1
|
By
Jose Quaresma
·
|
|
[[yocto][meta-lts-mixins][kirkstone/go] 08/16] go-1.18: import recipes from openembedded-core
Signed-off-by: Jose Quaresma <jose.quaresma@...> --- recipes-devtools/go-1.18/go-1.18.4.inc | 18 ++ .../go-1.18/go-binary-native_1.18.4.bb | 46 +++ recipes-devtools/go-1.18/go-common.inc | 44 +++ .../
Signed-off-by: Jose Quaresma <jose.quaresma@...> --- recipes-devtools/go-1.18/go-1.18.4.inc | 18 ++ .../go-1.18/go-binary-native_1.18.4.bb | 46 +++ recipes-devtools/go-1.18/go-common.inc | 44 +++ .../
|
By
Jose Quaresma
·
|
|
[[yocto][meta-lts-mixins][kirkstone/go] 07/16] go-helloworld: remove unused GO_WORKDIR
From: Chen Qi <Qi.Chen@...> The GO_WORKDIR is used only in go-mod.bbclass. As this recipe does not inherit go-mod.bbclass, this variable is useless here. This go-helloworld recipe was made to inherit
From: Chen Qi <Qi.Chen@...> The GO_WORKDIR is used only in go-mod.bbclass. As this recipe does not inherit go-mod.bbclass, this variable is useless here. This go-helloworld recipe was made to inherit
|
By
Jose Quaresma
·
|
|
[[yocto][meta-lts-mixins][kirkstone/go] 06/16] go-helloworld: update to latest revision
From: Alexander Kanavin <alex.kanavin@...> Signed-off-by: Alexander Kanavin <alex@...> Signed-off-by: Richard Purdie <richard.purdie@...> Signed-off-by: Jose Quaresma <jose.quaresma@...> --- recipes-e
From: Alexander Kanavin <alex.kanavin@...> Signed-off-by: Alexander Kanavin <alex@...> Signed-off-by: Richard Purdie <richard.purdie@...> Signed-off-by: Jose Quaresma <jose.quaresma@...> --- recipes-e
|
By
Jose Quaresma
·
|
|
[[yocto][meta-lts-mixins][kirkstone/go] 05/16] go-helloworld: update to latest revision
From: Alexander Kanavin <alex.kanavin@...> Signed-off-by: Alexander Kanavin <alex@...> Signed-off-by: Richard Purdie <richard.purdie@...> Signed-off-by: Jose Quaresma <jose.quaresma@...> --- recipes-e
From: Alexander Kanavin <alex.kanavin@...> Signed-off-by: Alexander Kanavin <alex@...> Signed-off-by: Richard Purdie <richard.purdie@...> Signed-off-by: Jose Quaresma <jose.quaresma@...> --- recipes-e
|
By
Jose Quaresma
·
|
|
[[yocto][meta-lts-mixins][kirkstone/go] 04/16] go-helloworld: recipes-devtools -> recipes-extended
Signed-off-by: Jose Quaresma <jose.quaresma@...> --- .../go-examples/go-helloworld_0.1.bb | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {recipes-devtools => recipes-extended}/go-examples/
Signed-off-by: Jose Quaresma <jose.quaresma@...> --- .../go-examples/go-helloworld_0.1.bb | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {recipes-devtools => recipes-extended}/go-examples/
|
By
Jose Quaresma
·
|
|
[[yocto][meta-lts-mixins][kirkstone/go] 03/16] go-helloworld: add from openembedded-core master
From: Alexander Kanavin <alex@...> This allows a quick smoke test for whether go toolchain produces working executables. Link: https://git.yoctoproject.org/poky/tree/meta/recipes-extended/go-examples?
From: Alexander Kanavin <alex@...> This allows a quick smoke test for whether go toolchain produces working executables. Link: https://git.yoctoproject.org/poky/tree/meta/recipes-extended/go-examples?
|
By
Jose Quaresma
·
|
|
[[yocto][meta-lts-mixins][kirkstone/go] 02/16] make it kirkstone compatible
Signed-off-by: Jose Quaresma <jose.quaresma@...> --- README | 12 +++--------- conf/layer.conf | 4 ++-- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/README b/README index 5b22b72..b2f
Signed-off-by: Jose Quaresma <jose.quaresma@...> --- README | 12 +++--------- conf/layer.conf | 4 ++-- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/README b/README index 5b22b72..b2f
|
By
Jose Quaresma
·
|
|
[[yocto][meta-lts-mixins][kirkstone/go] 01/16] Initial commit: add license, readme and layer config.
From: Alexander Kanavin <alex@...> Reviewed-by: Martin Kaistra <martin.kaistra@...> Signed-off-by: Alexander Kanavin <alex@...> Signed-off-by: Jose Quaresma <jose.quaresma@...> --- COPYING.MIT | 17 ++
From: Alexander Kanavin <alex@...> Reviewed-by: Martin Kaistra <martin.kaistra@...> Signed-off-by: Alexander Kanavin <alex@...> Signed-off-by: Jose Quaresma <jose.quaresma@...> --- COPYING.MIT | 17 ++
|
By
Jose Quaresma
·
|
|
How to add missing ca-certificates to truststore in older version of yocto?
5 messages
Hello, i am working with "Morty" release of yocto. Due to organizational reasons we still have to use "Morty" but will be upgraded soon. But, there are some certificates missing in the OpenSSL trustst
Hello, i am working with "Morty" release of yocto. Due to organizational reasons we still have to use "Morty" but will be upgraded soon. But, there are some certificates missing in the OpenSSL trustst
|
By
Sourabh Hegde
·
|