Skip to content
Snippets Groups Projects
Commit 2f25c52d authored by Sjoerd Simons's avatar Sjoerd Simons Committed by Sjoerd Simons
Browse files

Install dtbs in /boot


By default the debian packaging installs the device-tree files in /usr,
which is less useful if using a bootloader that picks them up
dynamically in combination with a seperate /boot partition

Signed-off-by: default avatarSjoerd Simons <sjoerd.simons@collabora.co.uk>
parent 93784a8f
No related branches found
No related tags found
No related merge requests found
Pipeline #49903 passed
Pipeline: linux

#49904

    ...@@ -459,7 +459,7 @@ endif ...@@ -459,7 +459,7 @@ endif
    ln -sf linux-image.NEWS debian/$(PACKAGE_NAME).NEWS ln -sf linux-image.NEWS debian/$(PACKAGE_NAME).NEWS
    +$(MAKE_SELF) install-base +$(MAKE_SELF) install-base
    install-image_$(ARCH)_$(FEATURESET)_$(FLAVOUR)_dt: DT_INSTALL_DIR = $(PACKAGE_DIR)/usr/lib/linux-image-$(REAL_VERSION) install-image_$(ARCH)_$(FEATURESET)_$(FLAVOUR)_dt: DT_INSTALL_DIR = $(PACKAGE_DIR)/boot/dtbs/$(REAL_VERSION)
    install-image_$(ARCH)_$(FEATURESET)_$(FLAVOUR)_dt: install-image_$(ARCH)_$(FEATURESET)_$(FLAVOUR)_dt:
    ifneq ($(filter arm64 armel armhf mipsr6 mipsr6el mips64r6 mips64r6el riscv64,$(ARCH)),) ifneq ($(filter arm64 armel armhf mipsr6 mipsr6el mips64r6 mips64r6el riscv64,$(ARCH)),)
    +$(MAKE_CLEAN) -C $(DIR) dtbs +$(MAKE_CLEAN) -C $(DIR) dtbs
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment