diff options
| -rw-r--r-- | meta/conf/distro/include/default-distrovars.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc index f5ec6cef91..76edff6480 100644 --- a/meta/conf/distro/include/default-distrovars.inc +++ b/meta/conf/distro/include/default-distrovars.inc | |||
| @@ -52,3 +52,9 @@ ARCH_DEFAULT_KERNELIMAGETYPE_x86 = "bzImage" | |||
| 52 | ARCH_DEFAULT_KERNELIMAGETYPE_x86-64 = "bzImage" | 52 | ARCH_DEFAULT_KERNELIMAGETYPE_x86-64 = "bzImage" |
| 53 | KERNEL_IMAGETYPE ??= "${ARCH_DEFAULT_KERNELIMAGETYPE}" | 53 | KERNEL_IMAGETYPE ??= "${ARCH_DEFAULT_KERNELIMAGETYPE}" |
| 54 | KERNEL_IMAGETYPES ??= "${KERNEL_IMAGETYPE}" | 54 | KERNEL_IMAGETYPES ??= "${KERNEL_IMAGETYPE}" |
| 55 | |||
| 56 | # The CONNECTIVITY_CHECK_URIS are used to test whether we can succesfully | ||
| 57 | # fetch from the network (and warn you if not). To disable the test set | ||
| 58 | # the variable to be empty. | ||
| 59 | # Git example url: git://git.yoctoproject.org/yocto-firewall-test;protocol=git;rev=master | ||
| 60 | CONNECTIVITY_CHECK_URIS ?= "https://www.example.com/" | ||
