Choosing the order of 2 appended recipes in Yocto
up vote
1
down vote
favorite
An appended recipe is conflicting with another in terms of priority:
- meta layer: linux-firmware_git.bb
- meta-raspberrypi: linux-firmware_git.bbappend
- meta-mylayer: linux-firmware_git.bbappend
I want the appended recipe from meta-mylayer to be applied after the one from meta-raspberrypi otherwise I have errors during the do_install
task. How to force this ?
yocto
bumped to the homepage by Community♦ 2 days ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
up vote
1
down vote
favorite
An appended recipe is conflicting with another in terms of priority:
- meta layer: linux-firmware_git.bb
- meta-raspberrypi: linux-firmware_git.bbappend
- meta-mylayer: linux-firmware_git.bbappend
I want the appended recipe from meta-mylayer to be applied after the one from meta-raspberrypi otherwise I have errors during the do_install
task. How to force this ?
yocto
bumped to the homepage by Community♦ 2 days ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
An appended recipe is conflicting with another in terms of priority:
- meta layer: linux-firmware_git.bb
- meta-raspberrypi: linux-firmware_git.bbappend
- meta-mylayer: linux-firmware_git.bbappend
I want the appended recipe from meta-mylayer to be applied after the one from meta-raspberrypi otherwise I have errors during the do_install
task. How to force this ?
yocto
An appended recipe is conflicting with another in terms of priority:
- meta layer: linux-firmware_git.bb
- meta-raspberrypi: linux-firmware_git.bbappend
- meta-mylayer: linux-firmware_git.bbappend
I want the appended recipe from meta-mylayer to be applied after the one from meta-raspberrypi otherwise I have errors during the do_install
task. How to force this ?
yocto
yocto
edited Sep 22 '16 at 9:10
asked Sep 22 '16 at 9:05
Guillaume Audirac
615
615
bumped to the homepage by Community♦ 2 days ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 2 days ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
bbappend files are applied in order of increasing layer priority, so you need to make sure meta-mylayer has a higher BBFILE_PRIORITY assigned in its conf/layer.conf than the RPi layer's.
See also http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#var-BBFILE_PRIORITY
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
bbappend files are applied in order of increasing layer priority, so you need to make sure meta-mylayer has a higher BBFILE_PRIORITY assigned in its conf/layer.conf than the RPi layer's.
See also http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#var-BBFILE_PRIORITY
add a comment |
up vote
0
down vote
bbappend files are applied in order of increasing layer priority, so you need to make sure meta-mylayer has a higher BBFILE_PRIORITY assigned in its conf/layer.conf than the RPi layer's.
See also http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#var-BBFILE_PRIORITY
add a comment |
up vote
0
down vote
up vote
0
down vote
bbappend files are applied in order of increasing layer priority, so you need to make sure meta-mylayer has a higher BBFILE_PRIORITY assigned in its conf/layer.conf than the RPi layer's.
See also http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#var-BBFILE_PRIORITY
bbappend files are applied in order of increasing layer priority, so you need to make sure meta-mylayer has a higher BBFILE_PRIORITY assigned in its conf/layer.conf than the RPi layer's.
See also http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#var-BBFILE_PRIORITY
answered Oct 17 '16 at 19:34
Ian-Arkver
563
563
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f311549%2fchoosing-the-order-of-2-appended-recipes-in-yocto%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown