Comment 14 for bug 1055800

Revision history for this message
Paul Sokolovsky (pfalcon) wrote :

From Ryan:

"but I think the copy files feature is supposed to allow any source package."

This is correct.

But:

John's config:

    copy_files:
      linux-image-linaro-vexpress:
        - lib/firmware/3.6.0-1-linaro-vexpress/device-tree/vexpress-v2p-ca9.dtb : v2p-ca9.dtb

That asks to get file out of "linux-image-linaro-vexpress". Later, John shows that such file exists in "linux-image-3.6.0-1-linaro-vexpress_3.6.0-1.1~ci+120924145659_armhf.deb". Well, but "linux-image-linaro-vexpress_3.6.0-1.1*.deb" and "linux-image-3.6.0-1-linaro-vexpress_3.6.0-1.1~ci+120924145659_armhf.deb" are two different packages! Yes, "linux-image-linaro-vexpress" is likely dummy package which refers to "linux-image-3.6.0-1-linaro-vexpress", but files are in the latter, and that's what should be used in config:

    copy_files:
      linux-image-3.6.0-1-linaro-vexpress:
        - lib/firmware/3.6.0-1-linaro-vexpress/device-tree/vexpress-v2p-ca9.dtb : v2p-ca9.dtb