**** BEGIN LOGGING AT Sun Mar 03 02:59:56 2019 Mar 03 12:00:39 Hi. After deploy Yocto Image I have a very small disk size (even though the micro sd card has 16GB space). How do I increase it? Mar 03 12:01:42 Root folder has only 1GB total available space Mar 03 12:02:11 Have you set the partition dimension correctly? Mar 03 12:02:20 How big is it? Mar 03 12:03:09 SimoneNascivera - I'm not sure how to set the partition. Can you explain to me how? Mar 03 12:03:27 SimoneNascivera - How big what? Mar 03 12:03:55 RP: By the way, thank you for the help you gave me this week. I finally managed to successfully build an image by setting up a fresh install of Ubuntu 16.04 in a virtual machine Mar 03 12:04:21 naknick I meant how big is the partition Mar 03 12:04:39 SimoneNascivera - about 700KB Mar 03 12:05:31 naknick Looks strange to me. Type "lsblk" in terminal and paste the output here Mar 03 12:06:06 SimoneNascivera - 774MB *** sorry Mar 03 12:06:38 Most of the micro sd card is not in use Mar 03 12:07:43 naknick: could you please post here the output of "lsblk" so that we can understand how your sd is partitioned? Mar 03 12:07:44 does not recognize lsblk command... Mar 03 12:07:55 I used df - h Mar 03 12:08:02 oh Mar 03 12:08:03 -h* Mar 03 12:08:38 naknick: ok can you post its output here? Mar 03 12:08:59 and It's pretty complicated to paste the output here... the machine does not connected to the outside Mar 03 12:09:23 naknick: oh ok sorry Mar 03 12:10:54 naknick: what I normally do is using commang resize2fs, used as follows: "resize2fs /dev/sd*" where /dev/sd* is your partition Mar 03 12:11:56 naknick: but I don't know if you could run it while the partition is mounted Mar 03 12:13:46 SimoneNascivera - thank you. I'll try it Mar 03 15:07:45 SimoneNascivera: Glad you got sorted, I wonder what was wrong with that original image though? :/ Mar 03 15:16:15 RP: I really don't know but I'm glad it's working now Mar 03 15:30:29 SimoneNascivera: right, I'd just love to be able to detect whatever that issue was Mar 03 15:52:38 RP: Btw, I found some error in the meta-rockchip layer. Do you know how could I report those errors? I also managed to fix them so I would be glad to give my contribute to the community Mar 03 16:17:30 SimoneNascivera: the README of the layer should tell you who to contact Mar 03 17:01:44 what do you suggest to make all rpms generated by yocto depend on DISTRO_VERSION? Mar 03 17:02:16 i want to make sure that no developer can install an rpm which does not match DISTRO_VERSION. Mar 03 17:38:39 is there yocto var that defines the current build directory Mar 03 17:39:14 so the paths in bblayer.conf could be relative to that path Mar 03 17:40:37 if you ran ". ./source poky/oe-init-build-env ./xxx/build" this variable would give the full path for ./xxx/build Mar 03 18:42:59 what does TOPDIR represent Mar 03 19:46:54 New news from stackoverflow: How do I add additional code into the Yocto Kernel from a second git repository? Mar 04 01:01:52 greetings! I'm getting the following problem while do_rootfs: https://pastebin.com/raw/H26FXZX5 Mar 04 01:02:36 if I understand this correctly, python3-pygobject and python-pygobject try to install the same files to the same folder, which is confusing as python2 and python3 should be separated Mar 04 01:06:00 how would create a recipe to write to the /etc dir Mar 04 01:06:55 black_13: could make your question more clear, please? Mar 04 01:07:15 sure sorry about that https://stackoverflow.com/questions/40722637/how-do-i-write-a-yocto-bitbake-recipe-to-copy-a-directory-to-the-targe-root-file Mar 04 01:08:27 what does the statement "install -d ${D}/path/to/dir/on/fs" mean Mar 04 01:08:36 {D} represents Mar 04 01:08:37 black_13: man install Mar 04 01:08:38 ? Mar 04 01:09:09 ${D} is destination, I believe - you use it to identify rootfs for target filesystem Mar 04 01:09:53 so, your example will create /path/to/dir/on/fs on the target fs Mar 04 01:10:02 so {D}/etc would mean /etc Mar 04 01:10:06 yes Mar 04 01:11:00 although you should use ${D}/${sysconfdir} which is an alias Mar 04 01:13:13 and the uri can reference a group of files that need to go into the this Mar 04 01:13:44 what uri? Mar 04 01:14:04 you mean the path? yes, you can copy whole folders Mar 04 01:14:54 yeah from the context it seems like **** ENDING LOGGING AT Mon Mar 04 02:59:57 2019