Comment 2 for bug 1999556

Revision history for this message
Brian Wood (brianwood) wrote :

Cloned "https://git.launchpad.net/~canonical-kernel/ubuntu/+source/linux-oem/+git/jammy"

Checked out branch: origin/oem-6.1-next e5a7793058a0 UBUNTU: Ubuntu-oem-6.1-6.1.0-1004.4

Verified commit present to fix issue listed in bug sighting:

    commit 46037daaddc52842faba587aed2351c152e0c0dd
    Author: Thomas Lamprecht <email address hidden>
    Date: Wed Dec 14 07:44:58 2022 +0100

    UBUNTU: SAUCE: remove leftover reference to ubuntu/hio driver

    BugLink: https://bugs.launchpad.net/bugs/1999556

    A single reference to the hio driver was forgotten when it was removed
    recently. While this reference is not a problem for the build itself, it
    breaks the __clean target from 'scripts/Makefile.clean' here, as make
    cannot enter the "ubuntu/hio" folder for cleaning due to ENOENT.

    Fixes: 4ea6dd9afa0a0d ("UBUNTU: Remove ubuntu/hio driver")
    Signed-off-by: Thomas Lamprecht <email address hidden>
    Acked-by: Tim Gardner <email address hidden>
    Signed-off-by: Paolo Pisati <email address hidden>
    Signed-off-by: Juerg Haefliger <email address hidden>
    Signed-off-by: Andrea Righi <email address hidden>

Test build of kernel and using "make clean" works as expected.