Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
liaoya opened this issue Feb 21, 2025 · 0 comments

Comments

@liaoya
Copy link

liaoya commented Feb 21, 2025

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant