Skip to content

The target of kernel module of sdk docker image for sunxi-cortexa53-24.10.0 is wrong #159

@liaoya

Description

@liaoya

When I build https://github.com/destan19/OpenAppFilter with openwrt/imagebuilder:sunxi-cortexa53-24.10.0 which require building kernel module. And I met the following

Collected errors:
 * pkg_hash_check_unresolved: cannot find dependency kernel (= 6.6.73~d649d775435da5a8637f7a955a80d331-r1) for kmod-oaf
 * pkg_hash_fetch_best_installation_candidate: Packages for kmod-oaf found, but incompatible with the architectures configured
 * opkg_install_cmd: Cannot install package kmod-oaf.
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for luci-app-oaf:
 *      kernel (= 6.6.73~d649d775435da5a8637f7a955a80d331-r1)
 * opkg_install_cmd: Cannot install package luci-app-oaf.
make[2]: *** [Makefile:234: package_install] Error 255
make[1]: *** [Makefile:161: _call_image] Error 2
make: *** [Makefile:337: image] Error 2

Then I check the artifacts and I find the path is strange

  • targets/mvebu/cortexa53 for sunxi-cortexa53-23.05
  • targets/mediatek/filogic for sunxi-cortexa53-24.10
ls -ld openwrt-sunxi-cortexa53-23.05-bin/targets/mvebu/cortexa53/packages/kernel_5.15.167-1-a0996ea97bfbf4ecf4fc55cb5f024ad2_aarch64_cortex-a53.ipk openwrt-sunxi-cortexa53-24.10-bin/targets/mediatek/filogic/packages/kernel_6.6.73\~d649d775435da5a8637f7a955a80d331-r1_aarch64_cortex-a53.ipk
-rw-r--r-- 1 tshen tshen  821 Feb 21 21:42 openwrt-sunxi-cortexa53-23.05-bin/targets/mvebu/cortexa53/packages/kernel_5.15.167-1-a0996ea97bfbf4ecf4fc55cb5f024ad2_aarch64_cortex-a53.ipk
-rw-r--r-- 1 tshen tshen 2251 Feb 21 21:15 openwrt-sunxi-cortexa53-24.10-bin/targets/mediatek/filogic/packages/kernel_6.6.73~d649d775435da5a8637f7a955a80d331-r1_aarch64_cortex-a53.ipk

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions