add mesa recipes and impro qeumux86_64 support
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
inherit extrausers
|
||||
|
||||
EXTRA_USERS_PARAMS = "usermod -p 2Pe/4xyFxsokE diya; \
|
||||
EXTRA_USERS_PARAMS = "groupadd xdg; \
|
||||
usermod -d /home/diya -p 2Pe/4xyFxsokE diya; \
|
||||
usermod -a -G xdg diya; \
|
||||
usermod -a -G video diya; \
|
||||
usermod -a -G tty diya; \
|
||||
usermod -a -G input diya; \
|
||||
@ -8,7 +10,7 @@ EXTRA_USERS_PARAMS = "usermod -p 2Pe/4xyFxsokE diya; \
|
||||
usermod -a -G audio diya; \
|
||||
usermod -a -G sudo diya; \
|
||||
"
|
||||
IMAGE_BOOT_FILES:append = "fs_resize config.txt recovery-${MACHINE}.cpio.gz Image "
|
||||
IMAGE_BOOT_FILES:append = " fs_resize config.txt recovery-${MACHINE}.cpio.gz Image "
|
||||
|
||||
IMAGE_INSTALL:append = "kernel-modules \
|
||||
e2fsprogs \
|
||||
|
Reference in New Issue
Block a user