diff options
| author | Ming Liu <ming.liu@toradex.com> | 2020-05-10 10:36:20 +0200 |
|---|---|---|
| committer | Patrick Vacek <patrickvacek@gmail.com> | 2020-07-08 15:49:53 +0200 |
| commit | 44c3156736ac7722a971ee4be4e25543571e2104 (patch) | |
| tree | 3ba8b42b48018a0b3ce8d53682971e3c8ace7ae9 /classes/sota_raspberrypi.bbclass | |
| parent | 7951110d5be5ee5ff5a54173be5137e873527742 (diff) | |
| download | meta-updater-44c3156736ac7722a971ee4be4e25543571e2104.tar.gz | |
meta: change virtual/network-configuration to network-configuration
The name 'virtual' is a recipe specific concept but not a package
specific one, it's confusing that a package provides 'virtual/' names.
Let's drop 'virtual/' from network-configuration, to keep consistent
with yocto naming styles.
Signed-off-by: Ming Liu <ming.liu@toradex.com>
Diffstat (limited to 'classes/sota_raspberrypi.bbclass')
| -rw-r--r-- | classes/sota_raspberrypi.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/sota_raspberrypi.bbclass b/classes/sota_raspberrypi.bbclass index d5d89a9..744ba22 100644 --- a/classes/sota_raspberrypi.bbclass +++ b/classes/sota_raspberrypi.bbclass | |||
| @@ -13,7 +13,7 @@ UBOOT_DTBO_LOADADDRESS = "0x06000000" | |||
| 13 | IMAGE_INSTALL_append = " fit-conf" | 13 | IMAGE_INSTALL_append = " fit-conf" |
| 14 | 14 | ||
| 15 | DEV_MATCH_DIRECTIVE_pn-networkd-dhcp-conf = "Driver=smsc95xx lan78xx" | 15 | DEV_MATCH_DIRECTIVE_pn-networkd-dhcp-conf = "Driver=smsc95xx lan78xx" |
| 16 | IMAGE_INSTALL_append_sota = " virtual/network-configuration " | 16 | IMAGE_INSTALL_append_sota = " network-configuration " |
| 17 | 17 | ||
| 18 | PREFERRED_PROVIDER_virtual/bootloader_sota ?= "u-boot" | 18 | PREFERRED_PROVIDER_virtual/bootloader_sota ?= "u-boot" |
| 19 | UBOOT_ENTRYPOINT_sota ?= "0x00080000" | 19 | UBOOT_ENTRYPOINT_sota ?= "0x00080000" |
