MiCode / MiCode/Xiaomi_Kernel_OpenSource
Missing hwid/Kconfig in POC0 F5 (marble) kernel source
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 9.9k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
Device: POCO F5
Codename: marble
Kernel version: 5.10.198
While building the kernel, the following error occurs:
drivers/misc/Kconfig:551: can't open file "drivers/misc/hwid/Kconfig"
make[1]: *** [scripts/kconfig/Makefile:88: marble_defconfig] Error 1
make: *** [Makefile:625: marble_defconfig] Error 2
The drivers/misc/hwid/Kconfig file and the hwid/ directory are missing from the kernel source. Steps to reproduce: 1. Clone the repository. 2. Run make marble_defconfig. Please update the repository with the missing files.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with drivers/misc/Kconfig and reproduce the failure using make marble_defconfig for the marble target. Investigate the missing drivers/misc/hwid/Kconfig file and hwid directory, then verify that the defconfig command completes without the reported missing-file error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- linux
- Domain
- operating-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100