-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Describe The Problem To Be Solved
I can install a pack from a repository using this command
But there is no way to remove this pack reference except manually changing the file ${CMSIS_PACK_ROOT}\Arm\Packs.Local/local_repository.pidx
<?xml version="1.0" encoding="UTF-8"?>
<index schemaVersion="1.1.0">
<vendor>local repository</vendor>
<url>C:/Users/reikei01/AppData/Local/Arm/Packs</url>
<pindex>
#### remove this line
<pdsc url="file://localhost/C:/w/alif_ensemble-cmsis-dfp/" vendor="AlifSemiconductor" name="Ensemble" version="2.1.0"></pdsc>
</pindex>
</index>
Suggest A Solution
The command
cpackget rm AlifSemiconductor::[email protected]
should remove the entry from the file local_repository.pidx
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Backlog