|
How to enable direct IO of sg driver?
I'm using a Yocto image (a branch of 2.0 Jethro) on my wandboard (an ev-board of an iMX6 SoC) and I would like to write a C code to access the USB storage device via sg driver.
Since I need to access
I'm using a Yocto image (a branch of 2.0 Jethro) on my wandboard (an ev-board of an iMX6 SoC) and I would like to write a C code to access the USB storage device via sg driver.
Since I need to access
|
By
zackjtl@...
·
#49769
·
|
|
starting a quest to make some ruby recipes buildable/installable
followup to yesterday's cry for help, i've built a
core-image-minimal for x86_64 using "zeus" layers and, at this point,
i'm simply going to start trying to bitbake and IMAGE_INSTALL_append
various
followup to yesterday's cry for help, i've built a
core-image-minimal for x86_64 using "zeus" layers and, at this point,
i'm simply going to start trying to bitbake and IMAGE_INSTALL_append
various
|
By
Robert P. J. Day
·
#49768
·
|
|
Re: how crippled is ruby support in YP 3.0?
Not only that, the only reason ruby is in core at all is that webkit needs ruby-native. The interest in it is simply too low, but of course automated tests are welcome.
Alex
Not only that, the only reason ruby is in core at all is that webkit needs ruby-native. The interest in it is simply too low, but of course automated tests are welcome.
Alex
|
By
Alexander Kanavin
·
#49767
·
|
|
Re: how crippled is ruby support in YP 3.0?
If we actually had some tests for it, we might have a much better idea.
The areas of the project with good automated tests tend not to regress
without our noticing. Areas with no tests can and do
If we actually had some tests for it, we might have a much better idea.
The areas of the project with good automated tests tend not to regress
without our noticing. Areas with no tests can and do
|
By
Richard Purdie
·
#49766
·
|
|
[yocto-autobuilder-helper][PATCH]scripts/utils.py: Convert md5sum to sha256sum for layer tarballs
Signed-off-by: Vineela Tummalapalli <vineela.tummalapalli@...>
---
scripts/utils.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/utils.py b/scripts/utils.py
index
Signed-off-by: Vineela Tummalapalli <vineela.tummalapalli@...>
---
scripts/utils.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/utils.py b/scripts/utils.py
index
|
By
Vineela
·
#49765
·
|
|
how crippled is ruby support in YP 3.0?
background: trying to get ruby and a number of ruby gems migrated
from "morty" to "zeus", and nothing but grief trying to
compile/install ruby gems.
plan A: start with standard YP layers all
background: trying to get ruby and a number of ruby gems migrated
from "morty" to "zeus", and nothing but grief trying to
compile/install ruby gems.
plan A: start with standard YP layers all
|
By
Robert P. J. Day
·
#49764
·
|
|
Re: llvm native
Hi,
I added meta-clang layer and it solved my problem.
Cheers,
-Damien
Hi,
I added meta-clang layer and it solved my problem.
Cheers,
-Damien
|
By
Damien LEFEVRE
·
#49763
·
|
|
Re: #yocto Using BBMASK or BBFILES with multiconfig
#yocto
Support for doing this was just recently added on master, and is due
to be released until the 3.2 release. If you need it on 2.6, you'll
have to backport it yourself. If you look on master for commits
Support for doing this was just recently added on master, and is due
to be released until the 3.2 release. If you need it on 2.6, you'll
have to backport it yourself. If you look on master for commits
|
By
Joshua Watt
·
#49762
·
|
|
#yocto Using BBMASK or BBFILES with multiconfig
#yocto
Hi all,
I'm working on a project using multiconfig, with Yocto version 2.6. I'd like to enable or disable an entire layer, depending on which multiconfig is selected. My initial thought is to use
Hi all,
I'm working on a project using multiconfig, with Yocto version 2.6. I'd like to enable or disable an entire layer, depending on which multiconfig is selected. My initial thought is to use
|
By
schadley@...
·
#49761
·
|
|
#yocto #python
#python
#yocto
Hi,
if I try to add a layer like this:
bitbake-layers add-layer ../layers/meta-openembedded/meta-oe
(also for other layers)
I get following error:
The following required tools (as specified by
Hi,
if I try to add a layer like this:
bitbake-layers add-layer ../layers/meta-openembedded/meta-oe
(also for other layers)
I get following error:
The following required tools (as specified by
|
By
valentin.duee@...
·
#49760
·
|
|
Re: llvm native
Oh, and beware of master and dunfell with llvm-config, if your target is multilib.
You may need the patch referenced in https://bugzilla.yoctoproject.org/show_bug.cgi?id=13937
--
Yann Dirson
Oh, and beware of master and dunfell with llvm-config, if your target is multilib.
You may need the patch referenced in https://bugzilla.yoctoproject.org/show_bug.cgi?id=13937
--
Yann Dirson
|
By
Yann Dirson
·
#49759
·
|
|
Re: llvm native
Did you check that llvm-native is listed in the sysroot-providers folder, and that tmp/sysroots-components/x86_64/llvm-native/ contains the expected files ?
--
Yann Dirson <yann@...>
Blade / Shadow
Did you check that llvm-native is listed in the sysroot-providers folder, and that tmp/sysroots-components/x86_64/llvm-native/ contains the expected files ?
--
Yann Dirson <yann@...>
Blade / Shadow
|
By
Yann Dirson
·
#49758
·
|
|
[layerindexweb][PATCH 7/7] docker/settings.py: MIDDLEWARE
From: Tim Orling <ticotimo@...>
The docker/settings.py file also needs the change from
"Changing MIDDLEWARE_CLASSES to MIDDLEWARE."
Signed-off-by: Tim Orling <ticotimo@...>
---
From: Tim Orling <ticotimo@...>
The docker/settings.py file also needs the change from
"Changing MIDDLEWARE_CLASSES to MIDDLEWARE."
Signed-off-by: Tim Orling <ticotimo@...>
---
|
By
Amber Elliot
·
#49757
·
|
|
[layerindexweb][PATCH 6/7] Dockerfile: debian 10 "buster" and drop python2
From: Tim Orling <ticotimo@...>
Debian 10 "buster" actually has Django 2.2 available
python2 is now EOL, so drop all usage
Signed-off-by: Tim Orling <ticotimo@...>
---
Dockerfile | 13
From: Tim Orling <ticotimo@...>
Debian 10 "buster" actually has Django 2.2 available
python2 is now EOL, so drop all usage
Signed-off-by: Tim Orling <ticotimo@...>
---
Dockerfile | 13
|
By
Amber Elliot
·
#49756
·
|
|
[layerindexweb][PATCH 5/7] requirements.txt: Updating Django requirement to the 2.2 LTS release.
Signed-off-by: Amber Elliot <amber.n.elliot@...>
---
requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/requirements.txt b/requirements.txt
index
Signed-off-by: Amber Elliot <amber.n.elliot@...>
---
requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/requirements.txt b/requirements.txt
index
|
By
Amber Elliot
·
#49755
·
|
|
[layerindexweb][PATCH 4/7] Replacing is_authenticated() with is_authenticated for Django upgrade.
Signed-off-by: Amber Elliot <amber.n.elliot@...>
---
layerindex/auth_views.py | 2 +-
layerindex/forms.py | 2 +-
layerindex/models.py | 2 +-
layerindex/views.py | 30
Signed-off-by: Amber Elliot <amber.n.elliot@...>
---
layerindex/auth_views.py | 2 +-
layerindex/forms.py | 2 +-
layerindex/models.py | 2 +-
layerindex/views.py | 30
|
By
Amber Elliot
·
#49754
·
|
|
[layerindexweb][PATCH 3/7] settings.py: Replacing MIDDLEWARE_CLASSES with MIDDLEWARE for Django 2.2 upgrade.
Signed-off-by: Amber Elliot <amber.n.elliot@...>
---
settings.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/settings.py b/settings.py
index e9bf6cc..525a0c1 100644
---
Signed-off-by: Amber Elliot <amber.n.elliot@...>
---
settings.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/settings.py b/settings.py
index e9bf6cc..525a0c1 100644
---
|
By
Amber Elliot
·
#49753
·
|
|
[layerindexweb][PATCH 2/7] Updating models and imports for Django 2.2 upgrade.
Removed all obsolete references to django.core.urlresolvers. Added the
newly required on_delete fields to foreign key relationships in models.py
and in all migrations.
Signed-off-by: Amber Elliot
Removed all obsolete references to django.core.urlresolvers. Added the
newly required on_delete fields to foreign key relationships in models.py
and in all migrations.
Signed-off-by: Amber Elliot
|
By
Amber Elliot
·
#49752
·
|
|
[layerindexweb][PATCH 1/7] README: Correcting mailing list.
Signed-off-by: Amber Elliot <amber.n.elliot@...>
---
README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README b/README
index 6df1bf0..6fc4591 100644
--- a/README
+++
Signed-off-by: Amber Elliot <amber.n.elliot@...>
---
README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README b/README
index 6df1bf0..6fc4591 100644
--- a/README
+++
|
By
Amber Elliot
·
#49751
·
|
|
[layerindexweb][PATCH 0/7] Django 2.2 Upgrade
These patches upgrade the layerindex to Django 2.2.
Amber Elliot (5):
README: Correcting mailing list.
Updating models and imports for Django 2.2 upgrade.
settings.py: Replacing
These patches upgrade the layerindex to Django 2.2.
Amber Elliot (5):
README: Correcting mailing list.
Updating models and imports for Django 2.2 upgrade.
settings.py: Replacing
|
By
Amber Elliot
·
#49750
·
|