mirror of
https://git.yoctoproject.org/poky-contrib
synced 2025-05-08 23:52:25 +08:00
meta-poky/meta-yocto-bsp: Convert to new override syntax
This converts the two layers to the new override syntax. This was done using <oe-core>/scripts/contrib/convert-overrides.py <this-layer> with no manual fixes. (From meta-yocto rev: 387eab70f343966267c2a68746aea1bbb8525191) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
d41af446fe
commit
9826f87cb4
@ -2,31 +2,31 @@ CFLAGS_SECTION_REMOVAL = "-ffunction-sections -fdata-sections"
|
||||
LDFLAGS_SECTION_REMOVAL = "-Wl,--gc-sections"
|
||||
|
||||
# packages with build problems using sections
|
||||
CFLAGS_SECTION_REMOVAL_pn-glibc = ""
|
||||
LDFLAGS_SECTION_REMOVAL_pn-glibc = ""
|
||||
CFLAGS_SECTION_REMOVAL_pn-cairo = ""
|
||||
LDFLAGS_SECTION_REMOVAL_pn-cairo = ""
|
||||
CFLAGS_SECTION_REMOVAL_pn-perl = ""
|
||||
LDFLAGS_SECTION_REMOVAL_pn-perl = ""
|
||||
CFLAGS_SECTION_REMOVAL_pn-grub-efi = ""
|
||||
LDFLAGS_SECTION_REMOVAL_pn-grub-efi = ""
|
||||
CFLAGS_SECTION_REMOVAL_pn-grub = ""
|
||||
LDFLAGS_SECTION_REMOVAL_pn-grub = ""
|
||||
CFLAGS_SECTION_REMOVAL:pn-glibc = ""
|
||||
LDFLAGS_SECTION_REMOVAL:pn-glibc = ""
|
||||
CFLAGS_SECTION_REMOVAL:pn-cairo = ""
|
||||
LDFLAGS_SECTION_REMOVAL:pn-cairo = ""
|
||||
CFLAGS_SECTION_REMOVAL:pn-perl = ""
|
||||
LDFLAGS_SECTION_REMOVAL:pn-perl = ""
|
||||
CFLAGS_SECTION_REMOVAL:pn-grub-efi = ""
|
||||
LDFLAGS_SECTION_REMOVAL:pn-grub-efi = ""
|
||||
CFLAGS_SECTION_REMOVAL:pn-grub = ""
|
||||
LDFLAGS_SECTION_REMOVAL:pn-grub = ""
|
||||
|
||||
# SDK packages with build problems using sections
|
||||
CFLAGS_SECTION_REMOVAL_pn-nativesdk-glibc = ""
|
||||
LDFLAGS_SECTION_REMOVAL_pn-nativesdk-glibc = ""
|
||||
CFLAGS_SECTION_REMOVAL_pn-nativesdk-mingw-w64-runtime = ""
|
||||
LDFLAGS_SECTION_REMOVAL_pn-nativesdk-mingw-w64-runtime = ""
|
||||
CFLAGS_SECTION_REMOVAL_pn-nativesdk-perl = ""
|
||||
LDFLAGS_SECTION_REMOVAL_pn-nativesdk-perl = ""
|
||||
CFLAGS_SECTION_REMOVAL_pn-nativesdk-mingw-w64-winpthreads = ""
|
||||
LDFLAGS_SECTION_REMOVAL_pn-nativesdk-mingw-w64-winpthreads = ""
|
||||
CFLAGS_SECTION_REMOVAL:pn-nativesdk-glibc = ""
|
||||
LDFLAGS_SECTION_REMOVAL:pn-nativesdk-glibc = ""
|
||||
CFLAGS_SECTION_REMOVAL:pn-nativesdk-mingw-w64-runtime = ""
|
||||
LDFLAGS_SECTION_REMOVAL:pn-nativesdk-mingw-w64-runtime = ""
|
||||
CFLAGS_SECTION_REMOVAL:pn-nativesdk-perl = ""
|
||||
LDFLAGS_SECTION_REMOVAL:pn-nativesdk-perl = ""
|
||||
CFLAGS_SECTION_REMOVAL:pn-nativesdk-mingw-w64-winpthreads = ""
|
||||
LDFLAGS_SECTION_REMOVAL:pn-nativesdk-mingw-w64-winpthreads = ""
|
||||
|
||||
# set default for target
|
||||
CFLAGS_append_class-target = " ${CFLAGS_SECTION_REMOVAL}"
|
||||
LDFLAGS_append_class-target = " ${LDFLAGS_SECTION_REMOVAL}"
|
||||
CFLAGS:append:class-target = " ${CFLAGS_SECTION_REMOVAL}"
|
||||
LDFLAGS:append:class-target = " ${LDFLAGS_SECTION_REMOVAL}"
|
||||
|
||||
# set default for nativesdk
|
||||
CFLAGS_append_class-nativesdk = " ${CFLAGS_SECTION_REMOVAL}"
|
||||
LDFLAGS_append_class-nativesdk = " ${LDFLAGS_SECTION_REMOVAL}"
|
||||
CFLAGS:append:class-nativesdk = " ${CFLAGS_SECTION_REMOVAL}"
|
||||
LDFLAGS:append:class-nativesdk = " ${LDFLAGS_SECTION_REMOVAL}"
|
||||
|
@ -1,8 +1,8 @@
|
||||
# Add an extra DISTRO_FEATURE
|
||||
DISTRO_FEATURES_append = " pam"
|
||||
DISTRO_FEATURES:append = " pam"
|
||||
|
||||
# Use the LTSI Kernel
|
||||
PREFERRED_VERSION_linux-yocto = "5.4%"
|
||||
|
||||
# Ensure the kernel nfs server is enabled
|
||||
KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc"
|
||||
KERNEL_FEATURES:append:pn-linux-yocto = " features/nfsd/nfsd-enable.scc"
|
||||
|
@ -7,45 +7,45 @@
|
||||
#SRCREV_pn-opkg ?= "${AUTOREV}"
|
||||
#SRCREV_pn-opkg-utils-native ?= "${AUTOREV}"
|
||||
#SRCREV_pn-opkg-utils ?= "${AUTOREV}"
|
||||
SRCREV_pn-gconf-dbus ?= "${AUTOREV}"
|
||||
SRCREV_pn-matchbox-common ?= "${AUTOREV}"
|
||||
SRCREV_pn-matchbox-config-gtk ?= "${AUTOREV}"
|
||||
SRCREV_pn-matchbox-desktop ?= "${AUTOREV}"
|
||||
SRCREV_pn-matchbox-keyboard ?= "${AUTOREV}"
|
||||
SRCREV_pn-matchbox-panel-2 ?= "${AUTOREV}"
|
||||
SRCREV_pn-matchbox-themes-extra ?= "${AUTOREV}"
|
||||
SRCREV_pn-matchbox-terminal ?= "${AUTOREV}"
|
||||
SRCREV_pn-matchbox-wm ?= "${AUTOREV}"
|
||||
SRCREV_pn-settings-daemon ?= "${AUTOREV}"
|
||||
SRCREV_pn-screenshot ?= "${AUTOREV}"
|
||||
SRCREV_pn-libfakekey ?= "${AUTOREV}"
|
||||
SRCREV_pn-psplash ?= "${AUTOREV}"
|
||||
SRCREV_pn-gtk-sato-engine ?= "${AUTOREV}"
|
||||
SRCREV_pn-matchbox-theme-sato ?= "${AUTOREV}"
|
||||
SRCREV_pn-sato-icon-theme ?= "${AUTOREV}"
|
||||
SRCREV_pn-matchbox-desktop-sato ?= "${AUTOREV}"
|
||||
SRCREV_pn-oh-puzzles ?= "${AUTOREV}"
|
||||
SRCREV_pn-libowl ?= "${AUTOREV}"
|
||||
SRCREV_pn-libmatchbox ?= "${AUTOREV}"
|
||||
SRCREV_pn-ofono ?= "${AUTOREV}"
|
||||
SRCREV:pn-gconf-dbus ?= "${AUTOREV}"
|
||||
SRCREV:pn-matchbox-common ?= "${AUTOREV}"
|
||||
SRCREV:pn-matchbox-config-gtk ?= "${AUTOREV}"
|
||||
SRCREV:pn-matchbox-desktop ?= "${AUTOREV}"
|
||||
SRCREV:pn-matchbox-keyboard ?= "${AUTOREV}"
|
||||
SRCREV:pn-matchbox-panel-2 ?= "${AUTOREV}"
|
||||
SRCREV:pn-matchbox-themes-extra ?= "${AUTOREV}"
|
||||
SRCREV:pn-matchbox-terminal ?= "${AUTOREV}"
|
||||
SRCREV:pn-matchbox-wm ?= "${AUTOREV}"
|
||||
SRCREV:pn-settings-daemon ?= "${AUTOREV}"
|
||||
SRCREV:pn-screenshot ?= "${AUTOREV}"
|
||||
SRCREV:pn-libfakekey ?= "${AUTOREV}"
|
||||
SRCREV:pn-psplash ?= "${AUTOREV}"
|
||||
SRCREV:pn-gtk-sato-engine ?= "${AUTOREV}"
|
||||
SRCREV:pn-matchbox-theme-sato ?= "${AUTOREV}"
|
||||
SRCREV:pn-sato-icon-theme ?= "${AUTOREV}"
|
||||
SRCREV:pn-matchbox-desktop-sato ?= "${AUTOREV}"
|
||||
SRCREV:pn-oh-puzzles ?= "${AUTOREV}"
|
||||
SRCREV:pn-libowl ?= "${AUTOREV}"
|
||||
SRCREV:pn-libmatchbox ?= "${AUTOREV}"
|
||||
SRCREV:pn-ofono ?= "${AUTOREV}"
|
||||
|
||||
SRCREV_pn-dri2proto = "${AUTOREV}"
|
||||
SRCREV:pn-dri2proto = "${AUTOREV}"
|
||||
#PREFERRED_VERSION_dri2proto ?= "1.99.1+git%"
|
||||
SRCREV_pn-libdrm = "${AUTOREV}"
|
||||
SRCREV:pn-libdrm = "${AUTOREV}"
|
||||
#PREFERRED_VERSION_libdrm ?= "2.4.0+git%"
|
||||
SRCREV_pn-libxcb = "${AUTOREV}"
|
||||
SRCREV:pn-libxcb = "${AUTOREV}"
|
||||
#PREFERRED_VERSION_libxcb ?= "1.1.90.1+gitr%"
|
||||
SRCREV_pn-lib-proto = "${AUTOREV}"
|
||||
SRCREV:pn-lib-proto = "${AUTOREV}"
|
||||
#PREFERRED_VERSION_xcb-proto ?= "1.2+gitr%"
|
||||
SRCREV_pn-libxcb-sdk = "${AUTOREV}"
|
||||
SRCREV:pn-libxcb-sdk = "${AUTOREV}"
|
||||
#PREFERRED_VERSION_libxcb-sdk ?= "1.1.90.1+gitr%"
|
||||
SRCREV_pn-xf86-input-evdev = "${AUTOREV}"
|
||||
SRCREV:pn-xf86-input-evdev = "${AUTOREV}"
|
||||
#PREFERRED_VERSION_xf86-input-evdev ?= "2.0.4"
|
||||
SRCREV_pn-xf86-input-mouse = "${AUTOREV}"
|
||||
SRCREV:pn-xf86-input-mouse = "${AUTOREV}"
|
||||
#PREFERRED_VERSION_xf86-input-mouse ?= "1.3.0+git%"
|
||||
SRCREV_pn-xf86-input-keyboard = "${AUTOREV}"
|
||||
SRCREV:pn-xf86-input-keyboard = "${AUTOREV}"
|
||||
#PREFERRED_VERSION_xf86-input-keyboard ?= "1.3.1+git%"
|
||||
SRCREV_pn-xf86-input-synaptics = "${AUTOREV}"
|
||||
SRCREV:pn-xf86-input-synaptics = "${AUTOREV}"
|
||||
#PREFERRED_VERSION_xf86-input-synaptics ?= "0.15.2+git%"
|
||||
|
||||
#SRCDATE_oprofile ?= "${DATE}"
|
||||
|
@ -10,6 +10,6 @@ DISTROOVERRIDES = "poky:poky-altcfg"
|
||||
|
||||
INIT_MANAGER ?= "systemd"
|
||||
# systemd isn't suitable with musl
|
||||
INIT_MANAGER_libc-musl ?= "sysvinit"
|
||||
INIT_MANAGER:libc-musl ?= "sysvinit"
|
||||
|
||||
require conf/distro/include/poky-distro-alt-test-config.inc
|
||||
|
@ -57,7 +57,7 @@ TCLIBCAPPEND = ""
|
||||
# in the LIBC features below.
|
||||
# Leave native enable to avoid build failures
|
||||
ENABLE_WIDEC = "false"
|
||||
ENABLE_WIDEC_class-native = "true"
|
||||
ENABLE_WIDEC:class-native = "true"
|
||||
|
||||
# Drop native language support. This removes the
|
||||
# eglibc->bash->gettext->libc-posix-clang-wchar dependency.
|
||||
@ -80,11 +80,11 @@ DISTRO_FEATURES = "${DISTRO_FEATURES_TINY} \
|
||||
"
|
||||
|
||||
# Enable LFS - see bug YOCTO #5865
|
||||
DISTRO_FEATURES_append_libc-uclibc = " largefile"
|
||||
DISTRO_FEATURES_append_libc-musl = " largefile"
|
||||
DISTRO_FEATURES:append_libc-uclibc = " largefile"
|
||||
DISTRO_FEATURES:append:libc-musl = " largefile"
|
||||
|
||||
DISTRO_FEATURES_class-native = "${DISTRO_FEATURES_DEFAULT} ${POKY_DEFAULT_DISTRO_FEATURES}"
|
||||
DISTRO_FEATURES_class-nativesdk = "${DISTRO_FEATURES_DEFAULT} ${POKY_DEFAULT_DISTRO_FEATURES}"
|
||||
DISTRO_FEATURES:class-native = "${DISTRO_FEATURES_DEFAULT} ${POKY_DEFAULT_DISTRO_FEATURES}"
|
||||
DISTRO_FEATURES:class-nativesdk = "${DISTRO_FEATURES_DEFAULT} ${POKY_DEFAULT_DISTRO_FEATURES}"
|
||||
|
||||
# enable mdev/busybox for init
|
||||
INIT_MANAGER ?= "mdev-busybox"
|
||||
@ -111,7 +111,7 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS = ""
|
||||
# The mtrace script included by eglibc is a perl script. This means the system
|
||||
# will build perl in case this package is installed. Since we don't care about
|
||||
# this script for the purposes of tiny, remove the dependency from here.
|
||||
RDEPENDS_${PN}-mtrace_pn-eglibc = ""
|
||||
RDEPENDS:${PN}-mtrace:pn-eglibc = ""
|
||||
|
||||
PNBLACKLIST[build-appliance-image] = "not buildable with poky-tiny"
|
||||
PNBLACKLIST[core-image-base] = "not buildable with poky-tiny"
|
||||
@ -125,4 +125,4 @@ PNBLACKLIST[core-image-x11] = "not buildable with poky-tiny"
|
||||
PNBLACKLIST[core-image-weston] = "not buildable with poky-tiny"
|
||||
|
||||
# Disable python usage in opkg-utils since it won't build with tiny config
|
||||
PACKAGECONFIG_remove_pn-opkg-utils = "python"
|
||||
PACKAGECONFIG:remove:pn-opkg-utils = "python"
|
||||
|
@ -235,7 +235,7 @@ BB_DISKMON_DIRS ??= "\
|
||||
#
|
||||
# By default native qemu will build with a builtin VNC server where graphical output can be
|
||||
# seen. The line below enables the SDL UI frontend too.
|
||||
PACKAGECONFIG_append_pn-qemu-system-native = " sdl"
|
||||
PACKAGECONFIG:append:pn-qemu-system-native = " sdl"
|
||||
# By default libsdl2-native will be built, if you want to use your host's libSDL instead of
|
||||
# the minimal libsdl built by libsdl2-native then uncomment the ASSUME_PROVIDED line below.
|
||||
#ASSUME_PROVIDED += "libsdl2-native"
|
||||
|
@ -33,8 +33,8 @@
|
||||
|
||||
# If you want to get an image based on directfb without x11 alter
|
||||
# DISTRO_FEATURES:
|
||||
DISTRO_FEATURES_append = " directfb"
|
||||
DISTRO_FEATURES_remove = "x11"
|
||||
DISTRO_FEATURES:append = " directfb"
|
||||
DISTRO_FEATURES:remove = "x11"
|
||||
|
||||
# ENABLE_BINARY_LOCALE_GENERATION controls the generation of binary locale
|
||||
# packages at build time using qemu-native. Disabling it (by setting it to 0)
|
||||
|
@ -1,2 +1,2 @@
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
|
||||
FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:"
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
FILESEXTRAPATHS_prepend_poky := "${THISDIR}/files:"
|
||||
FILESEXTRAPATHS:prepend:poky := "${THISDIR}/files:"
|
||||
|
||||
|
@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384
|
||||
|
||||
PR = "r2"
|
||||
|
||||
RDEPENDS_${PN} = "busybox"
|
||||
RDEPENDS:${PN} = "busybox"
|
||||
|
||||
SRC_URI = "file://init \
|
||||
file://rc.local.sample \
|
||||
@ -27,5 +27,5 @@ do_install() {
|
||||
install -m 0755 ${WORKDIR}/rc.local.sample ${D}${sysconfdir}
|
||||
}
|
||||
|
||||
FILES_${PN} = "/init ${sysconfdir}/rc.local.sample"
|
||||
RCONFLICTS_${PN} = "systemd"
|
||||
FILES:${PN} = "/init ${sysconfdir}/rc.local.sample"
|
||||
RCONFLICTS:${PN} = "systemd"
|
||||
|
@ -15,9 +15,9 @@ DEFAULTTUNE ?= "cortexa8hf-neon"
|
||||
include conf/machine/include/tune-cortexa8.inc
|
||||
|
||||
IMAGE_FSTYPES += "tar.bz2 jffs2 wic wic.bmap"
|
||||
EXTRA_IMAGECMD_jffs2 = "-lnp "
|
||||
EXTRA_IMAGECMD:jffs2 = "-lnp "
|
||||
WKS_FILE ?= "beaglebone-yocto.wks"
|
||||
IMAGE_INSTALL_append = " kernel-devicetree kernel-image-zimage"
|
||||
IMAGE_INSTALL:append = " kernel-devicetree kernel-image-zimage"
|
||||
do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot virtual/bootloader:do_deploy"
|
||||
|
||||
SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyO0 115200;ttyAMA0"
|
||||
|
@ -18,7 +18,7 @@ MACHINE_EXTRA_RRECOMMENDS += "kernel-modules linux-firmware"
|
||||
|
||||
GLIBC_ADDONS = "nptl"
|
||||
|
||||
EXTRA_OECONF_append_pn-matchbox-panel-2 = " --with-battery=acpi"
|
||||
EXTRA_OECONF:append:pn-matchbox-panel-2 = " --with-battery=acpi"
|
||||
|
||||
IMAGE_FSTYPES += "wic wic.bmap"
|
||||
WKS_FILE ?= "genericx86.wks.in"
|
||||
|
@ -1 +1 @@
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
|
||||
|
@ -12,7 +12,7 @@ do_install(){
|
||||
install -m 644 ${WORKDIR}/gma500-gfx-check.conf ${D}${sysconfdir}/modprobe.d/gma500-gfx-check.conf
|
||||
}
|
||||
|
||||
FILES_${PN}="${sysconfdir}/modprobe.d/gma500-gfx-check.conf \
|
||||
FILES:${PN}="${sysconfdir}/modprobe.d/gma500-gfx-check.conf \
|
||||
${sysconfdir}/modprobe.d/gma500-gfx-check.sh"
|
||||
|
||||
COMPATIBLE_MACHINE = "genericx86"
|
||||
|
@ -1 +1 @@
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
|
||||
|
@ -1,13 +1,13 @@
|
||||
KBRANCH_genericx86 = "standard/base"
|
||||
KBRANCH_genericx86-64 = "standard/base"
|
||||
KBRANCH_edgerouter = "standard/edgerouter"
|
||||
KBRANCH_beaglebone-yocto = "standard/beaglebone"
|
||||
KBRANCH:genericx86 = "standard/base"
|
||||
KBRANCH:genericx86-64 = "standard/base"
|
||||
KBRANCH:edgerouter = "standard/edgerouter"
|
||||
KBRANCH:beaglebone-yocto = "standard/beaglebone"
|
||||
|
||||
KMACHINE_genericx86 ?= "common-pc"
|
||||
KMACHINE_genericx86-64 ?= "common-pc-64"
|
||||
KMACHINE_beaglebone-yocto ?= "beaglebone"
|
||||
KMACHINE:genericx86 ?= "common-pc"
|
||||
KMACHINE:genericx86-64 ?= "common-pc-64"
|
||||
KMACHINE:beaglebone-yocto ?= "beaglebone"
|
||||
|
||||
COMPATIBLE_MACHINE_genericx86 = "genericx86"
|
||||
COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64"
|
||||
COMPATIBLE_MACHINE_edgerouter = "edgerouter"
|
||||
COMPATIBLE_MACHINE_beaglebone-yocto = "beaglebone-yocto"
|
||||
COMPATIBLE_MACHINE:genericx86 = "genericx86"
|
||||
COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64"
|
||||
COMPATIBLE_MACHINE:edgerouter = "edgerouter"
|
||||
COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto"
|
||||
|
@ -1,23 +1,23 @@
|
||||
KBRANCH_genericx86 = "v5.10/standard/base"
|
||||
KBRANCH_genericx86-64 = "v5.10/standard/base"
|
||||
KBRANCH_edgerouter = "v5.10/standard/edgerouter"
|
||||
KBRANCH_beaglebone-yocto = "v5.10/standard/beaglebone"
|
||||
KBRANCH:genericx86 = "v5.10/standard/base"
|
||||
KBRANCH:genericx86-64 = "v5.10/standard/base"
|
||||
KBRANCH:edgerouter = "v5.10/standard/edgerouter"
|
||||
KBRANCH:beaglebone-yocto = "v5.10/standard/beaglebone"
|
||||
|
||||
KMACHINE_genericx86 ?= "common-pc"
|
||||
KMACHINE_genericx86-64 ?= "common-pc-64"
|
||||
KMACHINE_beaglebone-yocto ?= "beaglebone"
|
||||
KMACHINE:genericx86 ?= "common-pc"
|
||||
KMACHINE:genericx86-64 ?= "common-pc-64"
|
||||
KMACHINE:beaglebone-yocto ?= "beaglebone"
|
||||
|
||||
SRCREV_machine_genericx86 ?= "ab49d2db98bdee2c8c6e17fb59ded9e5292b0f41"
|
||||
SRCREV_machine_genericx86-64 ?= "ab49d2db98bdee2c8c6e17fb59ded9e5292b0f41"
|
||||
SRCREV_machine_edgerouter ?= "274d63799465eebfd201b3e8251f16d29e93a978"
|
||||
SRCREV_machine_beaglebone-yocto ?= "ab49d2db98bdee2c8c6e17fb59ded9e5292b0f41"
|
||||
SRCREV_machine:genericx86 ?= "ab49d2db98bdee2c8c6e17fb59ded9e5292b0f41"
|
||||
SRCREV_machine:genericx86-64 ?= "ab49d2db98bdee2c8c6e17fb59ded9e5292b0f41"
|
||||
SRCREV_machine:edgerouter ?= "274d63799465eebfd201b3e8251f16d29e93a978"
|
||||
SRCREV_machine:beaglebone-yocto ?= "ab49d2db98bdee2c8c6e17fb59ded9e5292b0f41"
|
||||
|
||||
COMPATIBLE_MACHINE_genericx86 = "genericx86"
|
||||
COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64"
|
||||
COMPATIBLE_MACHINE_edgerouter = "edgerouter"
|
||||
COMPATIBLE_MACHINE_beaglebone-yocto = "beaglebone-yocto"
|
||||
COMPATIBLE_MACHINE:genericx86 = "genericx86"
|
||||
COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64"
|
||||
COMPATIBLE_MACHINE:edgerouter = "edgerouter"
|
||||
COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto"
|
||||
|
||||
LINUX_VERSION_genericx86 = "5.10.43"
|
||||
LINUX_VERSION_genericx86-64 = "5.10.43"
|
||||
LINUX_VERSION_edgerouter = "5.10.43"
|
||||
LINUX_VERSION_beaglebone-yocto = "5.10.43"
|
||||
LINUX_VERSION:genericx86 = "5.10.43"
|
||||
LINUX_VERSION:genericx86-64 = "5.10.43"
|
||||
LINUX_VERSION:edgerouter = "5.10.43"
|
||||
LINUX_VERSION:beaglebone-yocto = "5.10.43"
|
||||
|
@ -1,23 +1,23 @@
|
||||
KBRANCH_genericx86 = "v5.4/standard/base"
|
||||
KBRANCH_genericx86-64 = "v5.4/standard/base"
|
||||
KBRANCH_edgerouter = "v5.4/standard/edgerouter"
|
||||
KBRANCH_beaglebone-yocto = "v5.4/standard/beaglebone"
|
||||
KBRANCH:genericx86 = "v5.4/standard/base"
|
||||
KBRANCH:genericx86-64 = "v5.4/standard/base"
|
||||
KBRANCH:edgerouter = "v5.4/standard/edgerouter"
|
||||
KBRANCH:beaglebone-yocto = "v5.4/standard/beaglebone"
|
||||
|
||||
KMACHINE_genericx86 ?= "common-pc"
|
||||
KMACHINE_genericx86-64 ?= "common-pc-64"
|
||||
KMACHINE_beaglebone-yocto ?= "beaglebone"
|
||||
KMACHINE:genericx86 ?= "common-pc"
|
||||
KMACHINE:genericx86-64 ?= "common-pc-64"
|
||||
KMACHINE:beaglebone-yocto ?= "beaglebone"
|
||||
|
||||
SRCREV_machine_genericx86 ?= "31db2b47ac7d8508080fbb7344399b501216de66"
|
||||
SRCREV_machine_genericx86-64 ?= "31db2b47ac7d8508080fbb7344399b501216de66"
|
||||
SRCREV_machine_edgerouter ?= "706efec4c1e270ec5dda92275898cd465dfdc7dd"
|
||||
SRCREV_machine_beaglebone-yocto ?= "706efec4c1e270ec5dda92275898cd465dfdc7dd"
|
||||
SRCREV_machine:genericx86 ?= "31db2b47ac7d8508080fbb7344399b501216de66"
|
||||
SRCREV_machine:genericx86-64 ?= "31db2b47ac7d8508080fbb7344399b501216de66"
|
||||
SRCREV_machine:edgerouter ?= "706efec4c1e270ec5dda92275898cd465dfdc7dd"
|
||||
SRCREV_machine:beaglebone-yocto ?= "706efec4c1e270ec5dda92275898cd465dfdc7dd"
|
||||
|
||||
COMPATIBLE_MACHINE_genericx86 = "genericx86"
|
||||
COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64"
|
||||
COMPATIBLE_MACHINE_edgerouter = "edgerouter"
|
||||
COMPATIBLE_MACHINE_beaglebone-yocto = "beaglebone-yocto"
|
||||
COMPATIBLE_MACHINE:genericx86 = "genericx86"
|
||||
COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64"
|
||||
COMPATIBLE_MACHINE:edgerouter = "edgerouter"
|
||||
COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto"
|
||||
|
||||
LINUX_VERSION_genericx86 = "5.4.94"
|
||||
LINUX_VERSION_genericx86-64 = "5.4.94"
|
||||
LINUX_VERSION_edgerouter = "5.4.58"
|
||||
LINUX_VERSION_beaglebone-yocto = "5.4.58"
|
||||
LINUX_VERSION:genericx86 = "5.4.94"
|
||||
LINUX_VERSION:genericx86-64 = "5.4.94"
|
||||
LINUX_VERSION:edgerouter = "5.4.58"
|
||||
LINUX_VERSION:beaglebone-yocto = "5.4.58"
|
||||
|
Loading…
x
Reference in New Issue
Block a user