|
Re: #golang Build tools required during go generate
#golang
I tweaked the recipe a bit (you should use SRCREV, versus a tag), etc,
and added some link flags to make things static.
This tends to be why I write my own do_compile for go applications, so
I can
I tweaked the recipe a bit (you should use SRCREV, versus a tag), etc,
and added some link flags to make things static.
This tends to be why I write my own do_compile for go applications, so
I can
|
By
Bruce Ashfield
·
#55263
·
|
|
Re: #golang Build tools required during go generate
#golang
Sure here you go:
```
SUMMARY = "easyjson"
DESCRIPTION = "easy json command util"
HOMEPAGE = "https://github.com/mailru/easyjson"
LICENSE = "MIT"
LIC_FILES_CHKSUM =
Sure here you go:
```
SUMMARY = "easyjson"
DESCRIPTION = "easy json command util"
HOMEPAGE = "https://github.com/mailru/easyjson"
LICENSE = "MIT"
LIC_FILES_CHKSUM =
|
By
Sebastian Rühl
·
#55262
·
|
|
[meta-mingw] [PATCH] flex: Add missing dependency on libgnurx
Signed-off-by: Khem Raj <raj.khem@...>
---
recipes-devtools/flex/flex_%.bbappend | 3 +++
1 file changed, 3 insertions(+)
create mode 100644 recipes-devtools/flex/flex_%.bbappend
diff --git
Signed-off-by: Khem Raj <raj.khem@...>
---
recipes-devtools/flex/flex_%.bbappend | 3 +++
1 file changed, 3 insertions(+)
create mode 100644 recipes-devtools/flex/flex_%.bbappend
diff --git
|
By
Khem Raj
·
#55261
·
|
|
[meta-security][honister][PATCH] recipes: Update SRC_URI branch and protocols
This patch updates SRC_URIs using git to include branch=master if no branch is set
and also to use protocol=https for github urls as generated by the conversion script
in OE-Core.
Signed-off-by:
This patch updates SRC_URIs using git to include branch=master if no branch is set
and also to use protocol=https for github urls as generated by the conversion script
in OE-Core.
Signed-off-by:
|
By
Armin Kuster
·
#55260
·
|
|
Re: building the kernel's usbipd daemon
Well it turns out that following the Perf recipe was not only a good idea, but absolutely necessary. The perf recipe copies the code out of the work-shared kernel directory into the perf build
Well it turns out that following the Perf recipe was not only a good idea, but absolutely necessary. The perf recipe copies the code out of the work-shared kernel directory into the perf build
|
By
chuck kamas
·
#55259
·
|
|
Re: #golang Build tools required during go generate
#golang
It varies based on the application, the ones I've dealt with, tend to
have a -static flag.
Of course, the flag may not be exposed, and in those scenarios, I
patch the Makefile/build.
If you have
It varies based on the application, the ones I've dealt with, tend to
have a -static flag.
Of course, the flag may not be exposed, and in those scenarios, I
patch the Makefile/build.
If you have
|
By
Bruce Ashfield
·
#55258
·
|
|
Re: #golang Build tools required during go generate
#golang
Yep might be… For me that’s desirable as these a built-utils, it’s golang and I see no benefit in having them dynamically linked anyay. Any tips how to statically link these? As far as I
Yep might be… For me that’s desirable as these a built-utils, it’s golang and I see no benefit in having them dynamically linked anyay. Any tips how to statically link these? As far as I
|
By
Sebastian Rühl
·
#55257
·
|
|
Re: #golang Build tools required during go generate
#golang
I'd bet it is a variant of this:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=14386
Bruce
--
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the
I'd bet it is a variant of this:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=14386
Bruce
--
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the
|
By
Bruce Ashfield
·
#55256
·
|
|
Re: #golang Build tools required during go generate
#golang
Here some outputs:
Bitbake -c devshell target-recipe
sh-4.4# easyjson
Segmentation fault
sh-4.4# strace
Here some outputs:
Bitbake -c devshell target-recipe
sh-4.4# easyjson
Segmentation fault
sh-4.4# strace
|
By
Sebastian Rühl
·
#55255
·
|
|
WG: [yocto] #golang Build tools required during go generate
#golang
There is literaly no stacktrace just a segmentation fault pretty early in the execution (like 3rd instruction or something). I will send more outputs as soon as my dual-core has finished compiling
There is literaly no stacktrace just a segmentation fault pretty early in the execution (like 3rd instruction or something). I will send more outputs as soon as my dual-core has finished compiling
|
By
Sebastian Rühl
·
#55254
·
|
|
Re: [meta-cgl][PATCH] recipes: update SRC_URI branch and protocols
Merged.
By
Jeremy Puhlman
·
#55253
·
|
|
Re: #golang Build tools required during go generate
#golang
do you have stack trace ? that might give some more info on whats going on
do you have stack trace ? that might give some more info on whats going on
|
By
Khem Raj
·
#55252
·
|
|
[meta-selinux][PATCH] libselinux: mount selinuxfs with noexec
Ensure that selinuxfs is mounted using the noxec and nosuid flags.
The current master branch of meta-selinux already contains this commit.
Change-Id:
Ensure that selinuxfs is mounted using the noxec and nosuid flags.
The current master branch of meta-selinux already contains this commit.
Change-Id:
|
By
Maximilian Blenk
·
#55251
·
|
|
#golang Build tools required during go generate
#golang
Hi yoto-devs/users,
in order to get a golang application to run which relies on `go generate` calls I wrote special recipes for this tools and include them in my original recipe. However I always get
Hi yoto-devs/users,
in order to get a golang application to run which relies on `go generate` calls I wrote special recipes for this tools and include them in my original recipe. However I always get
|
By
Sebastian Rühl
·
#55250
·
|
|
[meta-security][PATCH 3/3] python3-fail2ban: remove /run
Fixes:
ERROR: python3-fail2ban-0.11.2-r0 do_package_qa: QA Issue: python3-fail2ban installs files in /run, but it is expected to be empty [empty-dirs]
Signed-off-by: Armin Kuster
Fixes:
ERROR: python3-fail2ban-0.11.2-r0 do_package_qa: QA Issue: python3-fail2ban installs files in /run, but it is expected to be empty [empty-dirs]
Signed-off-by: Armin Kuster
|
By
Armin Kuster
·
#55249
·
|
|
[meta-security][PATCH 2/3] bastille: Create /var/log/Bastille in runtime
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-security/bastille/bastille_3.2.1.bb | 17 +++++++++++++++--
1 file changed, 15 insertions(+), 2 deletions(-)
diff --git
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-security/bastille/bastille_3.2.1.bb | 17 +++++++++++++++--
1 file changed, 15 insertions(+), 2 deletions(-)
diff --git
|
By
Armin Kuster
·
#55248
·
|
|
[meta-security][PATCH 1/3] sssd: Create /var/log/sssd in runtime
/var/log is normally a link to /var/volatile/log and /var/volatile is a
tmpfs mount. So anything created in /var/log will not be available when
the tmpfs is mounted.
[Thanks to Peter Kjellerstedt for
/var/log is normally a link to /var/volatile/log and /var/volatile is a
tmpfs mount. So anything created in /var/log will not be available when
the tmpfs is mounted.
[Thanks to Peter Kjellerstedt for
|
By
Armin Kuster
·
#55247
·
|
|
QA notification for completed autobuilder build (yocto-3.3.4.rc1)
A build flagged for QA (yocto-3.3.4.rc1) was completed on the autobuilder and is
available at:
https://autobuilder.yocto.io/pub/releases/yocto-3.3.4.rc1
Build hash information:
bitbake:
A build flagged for QA (yocto-3.3.4.rc1) was completed on the autobuilder and is
available at:
https://autobuilder.yocto.io/pub/releases/yocto-3.3.4.rc1
Build hash information:
bitbake:
|
By
Richard Purdie
·
#55246
·
|
|
[meta-cgl][PATCH] recipes: update SRC_URI branch and protocols
Update SRC_URIs using git to include branch=master if no branch is set
and also to use protocol=https for github urls.
Signed-off-by: Yi Zhao <yi.zhao@...>
---
Update SRC_URIs using git to include branch=master if no branch is set
and also to use protocol=https for github urls.
Signed-off-by: Yi Zhao <yi.zhao@...>
---
|
By
Yi Zhao
·
#55245
·
|
|
[meta-selinux][PATCH 2/2] bind: remove volatile file
This file is not needed anymore as bind daemon will create them by
itself.
Signed-off-by: Yi Zhao <yi.zhao@...>
---
recipes-connectivity/bind/bind_selinux.inc | 7 -------
This file is not needed anymore as bind daemon will create them by
itself.
Signed-off-by: Yi Zhao <yi.zhao@...>
---
recipes-connectivity/bind/bind_selinux.inc | 7 -------
|
By
Yi Zhao
·
#55244
·
|