-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is the result of automated script (0.9.0) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <[email protected]>
- Loading branch information
1 parent
a0d9835
commit 31a770d
Showing
62 changed files
with
217 additions
and
217 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
KERNEL_IMAGETYPE_sota = "uImage" | ||
KERNEL_IMAGETYPE:sota = "uImage" | ||
|
||
OSTREE_BOOTLOADER ?= "u-boot" | ||
|
||
EXTRA_IMAGEDEPENDS_append_sota = " acer-bootfiles" | ||
IMAGE_BOOT_FILES_sota = "bootfiles/*" | ||
EXTRA_IMAGEDEPENDS:append:sota = " acer-bootfiles" | ||
IMAGE_BOOT_FILES:sota = "bootfiles/*" | ||
OSTREE_KERNEL_ARGS ?= "ramdisk_size=16384 root=/dev/ram0 rw rootfstype=ext4 rootwait rootdelay=2 ostree_root=/dev/mmcblk0p2 console=ttyO0,115200n8l" | ||
|
||
IMAGE_INSTALL_append_sota = " uim iw wl18xx-calibrator wlconf wl18xx-fw hostapd wpa-supplicant" | ||
IMAGE_INSTALL:append:sota = " uim iw wl18xx-calibrator wlconf wl18xx-fw hostapd wpa-supplicant" | ||
|
||
PREFERRED_VERSION_linux-ti-staging_sota = "4.4.54+gitAUTOINC+ecd4eada6f" | ||
PREFERRED_VERSION_linux-ti-staging:sota = "4.4.54+gitAUTOINC+ecd4eada6f" | ||
|
||
KERNEL_EXTRA_ARGS_append_sota = " LOADADDR=${UBOOT_ENTRYPOINT}" | ||
KERNEL_EXTRA_ARGS:append:sota = " LOADADDR=${UBOOT_ENTRYPOINT}" | ||
|
||
VIRTUAL-RUNTIME_net_manager_sota = "systemd" | ||
VIRTUAL-RUNTIME_net_manager:sota = "systemd" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
SRCREV_pn-aktualizr ?= "${AUTOREV}" | ||
SRCREV_pn-aktualizr-native ?= "${AUTOREV}" | ||
SRCREV:pn-aktualizr ?= "${AUTOREV}" | ||
SRCREV:pn-aktualizr-native ?= "${AUTOREV}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# Commit united image to OSTree, not just uImage | ||
OSTREE_KERNEL = "Image" | ||
|
||
EXTRA_IMAGEDEPENDS_append_sota = " renesas-ota-bootfiles" | ||
IMAGE_BOOT_FILES_sota += "renesas-ota-bootfiles/*" | ||
EXTRA_IMAGEDEPENDS:append:sota = " renesas-ota-bootfiles" | ||
IMAGE_BOOT_FILES:sota += "renesas-ota-bootfiles/*" | ||
|
||
OSTREE_BOOTLOADER ?= "u-boot" | ||
|
||
UBOOT_MACHINE_sota = "${@d.getVar('SOC_FAMILY').split(':')[1]}_ulcb_defconfig" | ||
UBOOT_MACHINE:sota = "${@d.getVar('SOC_FAMILY').split(':')[1]}_ulcb_defconfig" | ||
|
||
PREFERRED_RPROVIDER_network-configuration ?= "connman" | ||
IMAGE_INSTALL_append_sota = " network-configuration " | ||
IMAGE_INSTALL:append:sota = " network-configuration " |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
OSTREE_BOOTLOADER ?= "grub" | ||
EFI_PROVIDER_sota = "grub-efi" | ||
EFI_PROVIDER:sota = "grub-efi" | ||
|
||
WKS_FILE_sota = "efiimage-sota.wks" | ||
IMAGE_BOOT_FILES_sota = "" | ||
WKS_FILE:sota = "efiimage-sota.wks" | ||
IMAGE_BOOT_FILES:sota = "" | ||
|
||
IMAGE_FSTYPES_remove_sota = "live hddimg" | ||
IMAGE_FSTYPES:remove:sota = "live hddimg" | ||
OSTREE_KERNEL_ARGS ?= "ramdisk_size=16384 rw rootfstype=ext4 rootwait rootdelay=2 console=ttyS0,115200 console=tty0" | ||
IMAGE_INSTALL_append = " minnowboard-efi-startup" | ||
IMAGE_INSTALL:append = " minnowboard-efi-startup" | ||
|
||
PREFERRED_RPROVIDER_network-configuration ?= "connman" | ||
IMAGE_INSTALL_append_sota = " network-configuration " | ||
IMAGE_INSTALL:append:sota = " network-configuration " |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Commit united image to OSTree, not just uImage | ||
OSTREE_KERNEL = "uImage+dtb" | ||
|
||
EXTRA_IMAGEDEPENDS_append_sota = " porter-bootfiles" | ||
IMAGE_BOOT_FILES_sota += "porter-bootfiles/*" | ||
EXTRA_IMAGEDEPENDS:append:sota = " porter-bootfiles" | ||
IMAGE_BOOT_FILES:sota += "porter-bootfiles/*" | ||
|
||
OSTREE_BOOTLOADER ?= "u-boot" | ||
UBOOT_MACHINE_sota = "porter_config" | ||
UBOOT_MACHINE:sota = "porter_config" | ||
|
||
PREFERRED_RPROVIDER_network-configuration ?= "connman" | ||
IMAGE_INSTALL_append_sota = " network-configuration " | ||
IMAGE_INSTALL:append:sota = " network-configuration " |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
|
||
DISTRO_FEATURES_append = " systemd" | ||
DISTRO_FEATURES:append = " systemd" | ||
VIRTUAL-RUNTIME_init_manager = "systemd" | ||
|
||
PREFERRED_RPROVIDER_network-configuration ??= "networkd-dhcp-conf" | ||
|
||
SOTA_DEPLOY_CREDENTIALS ?= "1" | ||
PACKAGECONFIG_pn-aktualizr = "" | ||
PACKAGECONFIG:pn-aktualizr = "" | ||
|
||
IMAGE_INSTALL_append += "aktualizr" | ||
IMAGE_INSTALL_append += "aktualizr-shared-prov" | ||
IMAGE_INSTALL:append += "aktualizr" | ||
IMAGE_INSTALL:append += "aktualizr-shared-prov" |
Oops, something went wrong.