It didnt work for me guys.
I want to place the file in my root home directory.
 
# Root home directory
ROOT_HOME ??= "/root"
 
if you guys have suggestions for me please let me know. I have tried the following lines below but none worked.
 
 
install -d ${D}/${HOME}
 install -m 0755 my-file ${D}/${HOME}/my-file
 
and also tried 
 
install -d ${D}/root
 install -m 0755 my-file ${D}/root/my-file
 
none worked.
 
Please let me know if they are any more options i can try.
 
Thanks
Hassan