diff options
Diffstat (limited to 'meta-yocto-bsp')
8 files changed, 55 insertions, 55 deletions
diff --git a/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf b/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf index 04cbd3b5b7..65c79fd34d 100644 --- a/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf +++ b/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf | |||
@@ -15,9 +15,9 @@ DEFAULTTUNE ?= "cortexa8hf-neon" | |||
15 | include conf/machine/include/tune-cortexa8.inc | 15 | include conf/machine/include/tune-cortexa8.inc |
16 | 16 | ||
17 | IMAGE_FSTYPES += "tar.bz2 jffs2 wic wic.bmap" | 17 | IMAGE_FSTYPES += "tar.bz2 jffs2 wic wic.bmap" |
18 | EXTRA_IMAGECMD_jffs2 = "-lnp " | 18 | EXTRA_IMAGECMD:jffs2 = "-lnp " |
19 | WKS_FILE ?= "beaglebone-yocto.wks" | 19 | WKS_FILE ?= "beaglebone-yocto.wks" |
20 | IMAGE_INSTALL_append = " kernel-devicetree kernel-image-zimage" | 20 | IMAGE_INSTALL:append = " kernel-devicetree kernel-image-zimage" |
21 | do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot virtual/bootloader:do_deploy" | 21 | do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot virtual/bootloader:do_deploy" |
22 | 22 | ||
23 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyO0 115200;ttyAMA0" | 23 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyO0 115200;ttyAMA0" |
diff --git a/meta-yocto-bsp/conf/machine/include/genericx86-common.inc b/meta-yocto-bsp/conf/machine/include/genericx86-common.inc index 1de069011d..59d96d1417 100644 --- a/meta-yocto-bsp/conf/machine/include/genericx86-common.inc +++ b/meta-yocto-bsp/conf/machine/include/genericx86-common.inc | |||
@@ -18,7 +18,7 @@ MACHINE_EXTRA_RRECOMMENDS += "kernel-modules linux-firmware" | |||
18 | 18 | ||
19 | GLIBC_ADDONS = "nptl" | 19 | GLIBC_ADDONS = "nptl" |
20 | 20 | ||
21 | EXTRA_OECONF_append_pn-matchbox-panel-2 = " --with-battery=acpi" | 21 | EXTRA_OECONF:append:pn-matchbox-panel-2 = " --with-battery=acpi" |
22 | 22 | ||
23 | IMAGE_FSTYPES += "wic wic.bmap" | 23 | IMAGE_FSTYPES += "wic wic.bmap" |
24 | WKS_FILE ?= "genericx86.wks.in" | 24 | WKS_FILE ?= "genericx86.wks.in" |
diff --git a/meta-yocto-bsp/recipes-bsp/formfactor/formfactor_0.0.bbappend b/meta-yocto-bsp/recipes-bsp/formfactor/formfactor_0.0.bbappend index 72d991c7e5..4fc41d0580 100644 --- a/meta-yocto-bsp/recipes-bsp/formfactor/formfactor_0.0.bbappend +++ b/meta-yocto-bsp/recipes-bsp/formfactor/formfactor_0.0.bbappend | |||
@@ -1 +1 @@ | |||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" | ||
diff --git a/meta-yocto-bsp/recipes-bsp/gma500-gfx-check/gma500-gfx-check_1.0.bb b/meta-yocto-bsp/recipes-bsp/gma500-gfx-check/gma500-gfx-check_1.0.bb index 8f10bd239c..1fe1212419 100644 --- a/meta-yocto-bsp/recipes-bsp/gma500-gfx-check/gma500-gfx-check_1.0.bb +++ b/meta-yocto-bsp/recipes-bsp/gma500-gfx-check/gma500-gfx-check_1.0.bb | |||
@@ -12,7 +12,7 @@ do_install(){ | |||
12 | install -m 644 ${WORKDIR}/gma500-gfx-check.conf ${D}${sysconfdir}/modprobe.d/gma500-gfx-check.conf | 12 | install -m 644 ${WORKDIR}/gma500-gfx-check.conf ${D}${sysconfdir}/modprobe.d/gma500-gfx-check.conf |
13 | } | 13 | } |
14 | 14 | ||
15 | FILES_${PN}="${sysconfdir}/modprobe.d/gma500-gfx-check.conf \ | 15 | FILES:${PN}="${sysconfdir}/modprobe.d/gma500-gfx-check.conf \ |
16 | ${sysconfdir}/modprobe.d/gma500-gfx-check.sh" | 16 | ${sysconfdir}/modprobe.d/gma500-gfx-check.sh" |
17 | 17 | ||
18 | COMPATIBLE_MACHINE = "genericx86" | 18 | COMPATIBLE_MACHINE = "genericx86" |
diff --git a/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend b/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend index 72d991c7e5..4fc41d0580 100644 --- a/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend +++ b/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend | |||
@@ -1 +1 @@ | |||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" | ||
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto-dev.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto-dev.bbappend index 6e5a129dd4..a90958f546 100644 --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto-dev.bbappend +++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto-dev.bbappend | |||
@@ -1,13 +1,13 @@ | |||
1 | KBRANCH_genericx86 = "standard/base" | 1 | KBRANCH:genericx86 = "standard/base" |
2 | KBRANCH_genericx86-64 = "standard/base" | 2 | KBRANCH:genericx86-64 = "standard/base" |
3 | KBRANCH_edgerouter = "standard/edgerouter" | 3 | KBRANCH:edgerouter = "standard/edgerouter" |
4 | KBRANCH_beaglebone-yocto = "standard/beaglebone" | 4 | KBRANCH:beaglebone-yocto = "standard/beaglebone" |
5 | 5 | ||
6 | KMACHINE_genericx86 ?= "common-pc" | 6 | KMACHINE:genericx86 ?= "common-pc" |
7 | KMACHINE_genericx86-64 ?= "common-pc-64" | 7 | KMACHINE:genericx86-64 ?= "common-pc-64" |
8 | KMACHINE_beaglebone-yocto ?= "beaglebone" | 8 | KMACHINE:beaglebone-yocto ?= "beaglebone" |
9 | 9 | ||
10 | COMPATIBLE_MACHINE_genericx86 = "genericx86" | 10 | COMPATIBLE_MACHINE:genericx86 = "genericx86" |
11 | COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64" | 11 | COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64" |
12 | COMPATIBLE_MACHINE_edgerouter = "edgerouter" | 12 | COMPATIBLE_MACHINE:edgerouter = "edgerouter" |
13 | COMPATIBLE_MACHINE_beaglebone-yocto = "beaglebone-yocto" | 13 | COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto" |
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.10.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.10.bbappend index f8362b6635..0b017fc79d 100644 --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.10.bbappend +++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.10.bbappend | |||
@@ -1,23 +1,23 @@ | |||
1 | KBRANCH_genericx86 = "v5.10/standard/base" | 1 | KBRANCH:genericx86 = "v5.10/standard/base" |
2 | KBRANCH_genericx86-64 = "v5.10/standard/base" | 2 | KBRANCH:genericx86-64 = "v5.10/standard/base" |
3 | KBRANCH_edgerouter = "v5.10/standard/edgerouter" | 3 | KBRANCH:edgerouter = "v5.10/standard/edgerouter" |
4 | KBRANCH_beaglebone-yocto = "v5.10/standard/beaglebone" | 4 | KBRANCH:beaglebone-yocto = "v5.10/standard/beaglebone" |
5 | 5 | ||
6 | KMACHINE_genericx86 ?= "common-pc" | 6 | KMACHINE:genericx86 ?= "common-pc" |
7 | KMACHINE_genericx86-64 ?= "common-pc-64" | 7 | KMACHINE:genericx86-64 ?= "common-pc-64" |
8 | KMACHINE_beaglebone-yocto ?= "beaglebone" | 8 | KMACHINE:beaglebone-yocto ?= "beaglebone" |
9 | 9 | ||
10 | SRCREV_machine_genericx86 ?= "ab49d2db98bdee2c8c6e17fb59ded9e5292b0f41" | 10 | SRCREV_machine:genericx86 ?= "ab49d2db98bdee2c8c6e17fb59ded9e5292b0f41" |
11 | SRCREV_machine_genericx86-64 ?= "ab49d2db98bdee2c8c6e17fb59ded9e5292b0f41" | 11 | SRCREV_machine:genericx86-64 ?= "ab49d2db98bdee2c8c6e17fb59ded9e5292b0f41" |
12 | SRCREV_machine_edgerouter ?= "274d63799465eebfd201b3e8251f16d29e93a978" | 12 | SRCREV_machine:edgerouter ?= "274d63799465eebfd201b3e8251f16d29e93a978" |
13 | SRCREV_machine_beaglebone-yocto ?= "ab49d2db98bdee2c8c6e17fb59ded9e5292b0f41" | 13 | SRCREV_machine:beaglebone-yocto ?= "ab49d2db98bdee2c8c6e17fb59ded9e5292b0f41" |
14 | 14 | ||
15 | COMPATIBLE_MACHINE_genericx86 = "genericx86" | 15 | COMPATIBLE_MACHINE:genericx86 = "genericx86" |
16 | COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64" | 16 | COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64" |
17 | COMPATIBLE_MACHINE_edgerouter = "edgerouter" | 17 | COMPATIBLE_MACHINE:edgerouter = "edgerouter" |
18 | COMPATIBLE_MACHINE_beaglebone-yocto = "beaglebone-yocto" | 18 | COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto" |
19 | 19 | ||
20 | LINUX_VERSION_genericx86 = "5.10.43" | 20 | LINUX_VERSION:genericx86 = "5.10.43" |
21 | LINUX_VERSION_genericx86-64 = "5.10.43" | 21 | LINUX_VERSION:genericx86-64 = "5.10.43" |
22 | LINUX_VERSION_edgerouter = "5.10.43" | 22 | LINUX_VERSION:edgerouter = "5.10.43" |
23 | LINUX_VERSION_beaglebone-yocto = "5.10.43" | 23 | LINUX_VERSION:beaglebone-yocto = "5.10.43" |
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.4.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.4.bbappend index 35147d2da8..290aa323eb 100644 --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.4.bbappend +++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.4.bbappend | |||
@@ -1,23 +1,23 @@ | |||
1 | KBRANCH_genericx86 = "v5.4/standard/base" | 1 | KBRANCH:genericx86 = "v5.4/standard/base" |
2 | KBRANCH_genericx86-64 = "v5.4/standard/base" | 2 | KBRANCH:genericx86-64 = "v5.4/standard/base" |
3 | KBRANCH_edgerouter = "v5.4/standard/edgerouter" | 3 | KBRANCH:edgerouter = "v5.4/standard/edgerouter" |
4 | KBRANCH_beaglebone-yocto = "v5.4/standard/beaglebone" | 4 | KBRANCH:beaglebone-yocto = "v5.4/standard/beaglebone" |
5 | 5 | ||
6 | KMACHINE_genericx86 ?= "common-pc" | 6 | KMACHINE:genericx86 ?= "common-pc" |
7 | KMACHINE_genericx86-64 ?= "common-pc-64" | 7 | KMACHINE:genericx86-64 ?= "common-pc-64" |
8 | KMACHINE_beaglebone-yocto ?= "beaglebone" | 8 | KMACHINE:beaglebone-yocto ?= "beaglebone" |
9 | 9 | ||
10 | SRCREV_machine_genericx86 ?= "31db2b47ac7d8508080fbb7344399b501216de66" | 10 | SRCREV_machine:genericx86 ?= "31db2b47ac7d8508080fbb7344399b501216de66" |
11 | SRCREV_machine_genericx86-64 ?= "31db2b47ac7d8508080fbb7344399b501216de66" | 11 | SRCREV_machine:genericx86-64 ?= "31db2b47ac7d8508080fbb7344399b501216de66" |
12 | SRCREV_machine_edgerouter ?= "706efec4c1e270ec5dda92275898cd465dfdc7dd" | 12 | SRCREV_machine:edgerouter ?= "706efec4c1e270ec5dda92275898cd465dfdc7dd" |
13 | SRCREV_machine_beaglebone-yocto ?= "706efec4c1e270ec5dda92275898cd465dfdc7dd" | 13 | SRCREV_machine:beaglebone-yocto ?= "706efec4c1e270ec5dda92275898cd465dfdc7dd" |
14 | 14 | ||
15 | COMPATIBLE_MACHINE_genericx86 = "genericx86" | 15 | COMPATIBLE_MACHINE:genericx86 = "genericx86" |
16 | COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64" | 16 | COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64" |
17 | COMPATIBLE_MACHINE_edgerouter = "edgerouter" | 17 | COMPATIBLE_MACHINE:edgerouter = "edgerouter" |
18 | COMPATIBLE_MACHINE_beaglebone-yocto = "beaglebone-yocto" | 18 | COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto" |
19 | 19 | ||
20 | LINUX_VERSION_genericx86 = "5.4.94" | 20 | LINUX_VERSION:genericx86 = "5.4.94" |
21 | LINUX_VERSION_genericx86-64 = "5.4.94" | 21 | LINUX_VERSION:genericx86-64 = "5.4.94" |
22 | LINUX_VERSION_edgerouter = "5.4.58" | 22 | LINUX_VERSION:edgerouter = "5.4.58" |
23 | LINUX_VERSION_beaglebone-yocto = "5.4.58" | 23 | LINUX_VERSION:beaglebone-yocto = "5.4.58" |