adding tools-sdk which was previously in the local settings file
This commit is contained in:
parent
1e61c4a42f
commit
cf81f1bb69
|
@ -10,6 +10,8 @@ inherit core-image
|
||||||
|
|
||||||
IMAGE_ROOTFS_EXTRA_SPACE = "524288"
|
IMAGE_ROOTFS_EXTRA_SPACE = "524288"
|
||||||
|
|
||||||
|
IMAGE_FEATURES += "tools-sdk"
|
||||||
|
|
||||||
# add own name to hosts
|
# add own name to hosts
|
||||||
augment_hosts_setting_file () {
|
augment_hosts_setting_file () {
|
||||||
echo '127.0.0.1\tqemux86-64.localdomain\t\tqemux86-64' >> ${IMAGE_ROOTFS}/etc/hosts
|
echo '127.0.0.1\tqemux86-64.localdomain\t\tqemux86-64' >> ${IMAGE_ROOTFS}/etc/hosts
|
||||||
|
|
Loading…
Reference in New Issue