diff options
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb index df8510fada..b67b80c0cb 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | KBRANCH ?= "v4.14/standard/tiny/common-pc" | 1 | KBRANCH ?= "v4.14/standard/tiny/base" |
2 | LINUX_KERNEL_TYPE = "tiny" | 2 | LINUX_KERNEL_TYPE = "tiny" |
3 | KCONFIG_MODE = "--allnoconfig" | 3 | KCONFIG_MODE = "--allnoconfig" |
4 | 4 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb index e94dcd5bb3..bb31d3dd66 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | KBRANCH ?= "v4.18/standard/tiny/common-pc" | 1 | KBRANCH ?= "v4.18/standard/tiny/base" |
2 | LINUX_KERNEL_TYPE = "tiny" | 2 | LINUX_KERNEL_TYPE = "tiny" |
3 | KCONFIG_MODE = "--allnoconfig" | 3 | KCONFIG_MODE = "--allnoconfig" |
4 | 4 | ||