Hello,

In JeOS.kiwi for armv7hl I see the following:

  <drivers>
    <file name="drivers/ata/*"/>
    <!-- For SATA -->
    <file name="drivers/dma/*"/>
    <!-- For DMA -->
    <file name="drivers/gpio/*"/>
    <!-- Needed for TWL6040 GPO for MMC boot on pandaboard -->
    <file name="drivers/gpu/*"/>
    <!-- For display -->
    <file name="drivers/mmc/*"/>
    <!-- For SD/MMC -->
    <file name="drivers/phy/*"/>
    <!-- Various phy: sata, usb, video, ... -->
  </drivers>

but in the generated initrd I see that all drivers are present:

lib/modules/4.3.0-rc2-1.g2b75354-default/kernel/drivers> ls
ata    cdrom  dma   gpu  hwmon  input  media    mfd   mmc  ntb      phy
 ptp   soc  thermal  uwb    video
block  char   gpio  hid  iio    md     message  misc  net  parport  pps
 scsi  ssb  usb      vhost  virtio

And I cannot understand how this is supposed to work. What <drivers> is
used for?

-- 
To unsubscribe, e-mail: [email protected]
To contact the owner, e-mail: [email protected]

Reply via email to