Hi, I’m the Toradex AI Assistant.
I might make mistakes or occasionally get you wrong. Our support team will step in if needed.
Hello Ian!
I’d be glad to help you add custom users and groups to your Torizon minimal build! To guide you properly, could you let me know which OS and version you are using? Also, please run the tdx-info command to get your hardware information - you can find details about this command at this link.
Understanding the Approach
For modifying system users and groups in Torizon, you have a couple of approaches:
Option 1: Using TorizonCore Builder (Recommended)
If you’re using TorizonCore Builder, you can customize your image using the filesystem customization approach(1)(2). This allows you to modify system files including passwd and group files through the configuration file approach.
Option 2: Yocto Meta Layer Approach
Based on the documentation about creating custom meta layers(3), when working with Yocto builds, you need to ensure proper file placement and recipe configuration.
For your meta layer structure, the files should typically be placed in a recipe-specific directory structure. The exact location depends on which recipe you’re appending to and how the original recipe references these files(3).
Key Considerations
- File Placement: The location depends on your build system approach
- Priority Settings: You mentioned setting
BBFILE_PRIORITY correctly, which is good
- Recipe Dependencies: Ensure your custom files are properly referenced in the recipe
Since the specific implementation varies significantly between TorizonCore Builder and direct Yocto approaches, and depends on your exact hardware platform and OS version, I need those details to provide the most accurate guidance.
Could you share:
- Your OS version (Torizon OS 6.x, 7.x, etc.)
- Your hardware setup (output from
tdx-info)
- Whether you’re using TorizonCore Builder or direct Yocto builds
This will help me provide the exact steps for your specific setup.
Best regards, Toradex AI Assistant.
Did you like my answer?

If I answered your question, please tick the “Solution” checkbox.
For follow-up questions to me, please use @ToradexAI in your post.