On Tue, 2018-01-09 at 19:28 +0100, Ingo Flaschberger wrote:
> Dear Patrick,
>
> it works if you replace:
> manager.add_password(None, parsed_url, parsed_url.username,
> parsed_url.password)
> with:
> manager.add_password(None, new_url, parsed_url.username,
> parsed_url.password)
I as
On 01/09/2018 08:45 PM, Matt Schepers wrote:
For this recipe the base package is called users.rpm and I can see it in the
RPM. Using 'bitbake users -e | grep PN' I was able to find that PN is also set
to users, which seems correct.
However the recipe does not install python3-modules even thoug
Andrew,
Interesting project.
I looked at your documentation. You have a section "Is bootrino open source?"
You don't really answer the question.
So your site is free to use casually and paid options for more serious users.
That’s fine; it's your server.
You also say there is an MIT licensed CL
I'm currently trying to build a very small image for my imx freescale board
by further reducing the size of core-image-minimal build to make it boot
faster. However, I do not know where the recipes for building the zImage
(and rootfs) locate inside the yocto directory (fsl-release-bsp) to start
mod
The MinGW runtime doesn't provide libintl, so set gettext as the preferred
provider for libintl.
Signed-off-by: Ross Burton
---
conf/machine-sdk/i686-mingw32.conf | 3 +--
conf/machine-sdk/x86_64-mingw32.conf | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/conf/machine-
I am just trying to change modutils.sh to run from /etc/rcS.d/S05modutils.sh to
/etc/rcS.d/S15modutils.sh
I can't figure this out. I have modified the
yocto/source/arm/layers/core/meta/recipes-kernel/modutils-initscripts.bb
From: INITSCRIPT_PARAMS = "start 05 S ."
To: INITSCRIPT_PARAMS = "star
Hi William - thanks for the feedback - when you make a new thing it’s always
really aprpeciated to get any comments.
>>I looked at your documentation. You have a section "Is bootrino open source?”
>>You don't really answer the question.
You’re right - I’ll remove that - it’s a website so the
On 01/11/2018 03:49 AM, Bishop, Mark (STRT) wrote:
> I am just trying to change modutils.sh to run from
> /etc/rcS.d/S05modutils.sh to /etc/rcS.d/S15modutils.sh
>
>
>
> I can’t figure this out. I have modified the
> yocto/source/arm/layers/core/meta/recipes-kernel/modutils-initscripts.bb
>
>
Hi Philippe,
I found you already prepared iotivity 1.3.0, 1.3.1 recipes and fixes in
your github tree[1].
I wonder why you don’t post them in the meta-oic. Do you have a plan to
upstream them?
Best Regards,
Chanho Park
[1]:
https://github.com/TizenTeam/meta-oic/tree/sandbox/pcoval/on/master/revi
Hello,
I'm trying to fullfill a requirement which states that I must have a file
in my root filesystem which has the timestamp of when the rootfs was
generated for traceability purposes.
I've included the os-release package into my image recipe.
However, when I cat /etc/os-release, I notice that
Hi Davis,
You can try to add this to conf/local.conf or redefine it in os-release.bb:
BUILD_ID = "${@time.strftime('%Y-%m-%d %H:%M:%S',time.localtime())}"
// Robert
On 01/11/2018 12:55 PM, Davis Roman wrote:
Hello,
I'm trying to fullfill a requirement which states that I must have a file in
Hi Nguyễn,
I don't quite understand what did you mean, did you mean where are the recipes ?
(bb files) ? For kernel, you can get if by:
$ bitbake -e virtual/kernel | grep '^FILE='
And for image:
$ bitbake -e core-image-minimal | grep '^FILE='
Please check yocto's doc for more info:
https://w
Hi Martin,
Try:
$ bitbake -e | grep '^INHERIT=.*uninative'
If there is nothing, then add the following line to conf/local.conf:
INHERIT += "uninative"
// Robert
On 01/10/2018 03:46 PM, Martin Siegumfeldt wrote:
Hi,
We have a custom piece of (Zynq based) HW that we render a custom distro us
13 matches
Mail list logo