summaryrefslogtreecommitdiffstats
path: root/configs/platform-rpi/platformconfig
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2020-09-15 20:59:11 +0200
committerRoland Hieber <rhi@pengutronix.de>2020-09-15 21:00:36 +0200
commita11f5508aa94695f1bb9e4e1a453d2dfa76badd4 (patch)
tree00837cb7d78263f04fdd31af8e101e37ac6bce32 /configs/platform-rpi/platformconfig
parentd29ea6b0894d26ace7083c9bb48648421ab1bfb0 (diff)
downloadDistroKit-a11f5508aa94695f1bb9e4e1a453d2dfa76badd4.tar.gz
DistroKit-a11f5508aa94695f1bb9e4e1a453d2dfa76badd4.tar.xz
rpi: install kernel into /boot so that barebox can find it
(I don't know how this has worked beforeā€¦?!) Signed-off-by: Roland Hieber <rhi@pengutronix.de>
Diffstat (limited to 'configs/platform-rpi/platformconfig')
-rw-r--r--configs/platform-rpi/platformconfig8
1 files changed, 6 insertions, 2 deletions
diff --git a/configs/platform-rpi/platformconfig b/configs/platform-rpi/platformconfig
index dcf283b..0cf9e17 100644
--- a/configs/platform-rpi/platformconfig
+++ b/configs/platform-rpi/platformconfig
@@ -106,7 +106,8 @@ PTXCONF_TARGET_EXTRA_CFLAGS=""
PTXCONF_TARGET_EXTRA_CXXFLAGS=""
PTXCONF_TARGET_EXTRA_LDFLAGS=""
PTXCONF_KERNEL=y
-# PTXCONF_KERNEL_INSTALL is not set
+PTXCONF_KERNEL_XPKG=y
+PTXCONF_KERNEL_INSTALL=y
PTXCONF_KERNEL_MODULES=y
PTXCONF_KERNEL_MODULES_INSTALL=y
PTXCONF_KERNEL_VERSION="5.8.9"
@@ -211,7 +212,10 @@ PTXCONF_IMAGE_KERNEL=y
#
# Generate images/linuximage
#
-# PTXCONF_IMAGE_KERNEL_INITRAMFS is not set
+
+#
+# 'rootfs in kernel image' is incompatible with 'install kernel into /boot'
+#
PTXCONF_IMAGE_KERNEL_INSTALL_EARLY=y
# PTXCONF_IMAGE_KERNEL_LZOP is not set
# PTXCONF_IMAGE_RAUC is not set