[08:22] Hi all, I'm having Ubuntu 18.04.4 LTS (4.15.0-91-generic kerne) system, I need downgrade the kernel to 4.4.0-66-generic kernel. Is it possible to downgrade, if so how to achieve this? [15:16] hi everyone [15:16] my company has designed a board based on an AArch64 SoC that I would like to add Ubuntu support for [15:17] I need to at least add a custom device tree file for my platform to the kernel package [15:17] so far I have forked ubuntu-bionic kernel from the official repo and set up APT repository to host kernel image and module packages [15:18] and made the appropriate changes in the kernel source tree [15:18] however, the resulting kernel-modules package does not contain my .dtb file [15:18] even though it is correctly wired up in the Makefile and I can see that make dtbs_install installs it [15:19] how to proceed with debugging it? [17:57] jceel: I know next to nothing about the kernel packaging, but there's often a debian/*.install file of some sort to describe which files go in which packages -- there may be something similar [19:21] sarnold: there are no such files in kernel packages, so I'm guessing they must be generated by something [19:21] dang :( [19:21] in fact there's so much makefile code in those packages that it may take weeks to understand all of that [19:24] the interesting thing is that the resulting /lib/firmware/.../device-tree directory tree doesn't contain all the built dtb files but only some of them [19:24] yet I can't find a list of those files [19:24] (I tried grepping some characteristic names)