Thomas Petazzoni
efdcd651bf
package/Makefile.in: expose CONFIG_DIR to post-build/post-image scripts
...
Sometimes, post-build or post-image scripts need to reinvoke
Buildroot's make, for example to execute "make printvars".
However, so far post-build/image/fakeroot can't trivially run printvars
in a way that worked for both in-tree and out-of-tree builds. Indeed:
* "make printvars" would work for in-tree builds, but not out of tree
builds
* "make -C ${O} printvars" would work for out-of-tree builds, but not
in-tree builds
* "make -C ${BR2_CONFIG%/*} printvars" works in both cases, but it is
a bit cryptic, and two maintainers did not even immediately think of
it
In order to solve this, this commit exposes $(CONFIG_DIR) to
post-build/image/fakeroot scripts, through the EXTRA_ENV variable.
The documentation is updated accordingly.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
[yann.morin.1998@free.fr:
- reference BR2_CONFIG as an exemple
- slightly reword the commit log accordingly
- move the doc for CONFIG_DIR next to that of BR2_CONFIG
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2021-05-06 22:58:54 +02:00
..
2021-04-09 21:21:48 +02:00
2021-04-09 21:22:18 +02:00
2021-04-20 23:22:29 +02:00
2021-04-07 20:41:14 +02:00
2021-04-22 21:37:27 +02:00
2021-04-24 09:42:04 +02:00
2021-05-01 14:57:33 +02:00
2021-04-19 23:29:15 +02:00
2021-04-05 11:00:47 +02:00
2021-04-05 11:00:47 +02:00
2021-04-05 18:30:12 +02:00
2021-04-11 20:04:41 +02:00
2021-05-04 22:30:14 +02:00
2021-04-07 09:26:16 +02:00
2021-04-20 23:22:29 +02:00
2021-04-21 23:28:06 +02:00
2021-04-23 22:35:59 +02:00
2021-04-20 23:22:29 +02:00
2021-04-06 22:35:36 +02:00
2021-04-10 18:39:56 +02:00
2021-04-29 11:15:55 +02:00
2021-04-24 23:10:17 +02:00
2021-05-05 21:33:58 +02:00
2021-05-05 22:10:10 +02:00
2021-04-24 11:25:28 +02:00
2021-04-11 21:15:27 +02:00
2021-04-23 23:22:48 +02:00
2021-05-01 15:00:18 +02:00
2021-05-01 15:04:30 +02:00
2021-04-19 23:29:48 +02:00
2021-05-02 21:32:33 +02:00
2021-05-05 21:33:58 +02:00
2021-04-26 21:48:44 +02:00
2021-05-01 00:02:11 +02:00
2021-04-29 11:14:04 +02:00
2021-04-20 23:42:43 +02:00
2021-04-05 18:20:55 +02:00
2021-04-29 11:15:32 +02:00
2021-05-04 21:28:17 +02:00
2021-04-20 22:18:54 +02:00
2021-05-04 22:36:30 +02:00
2021-04-05 11:50:29 +02:00
2021-04-06 22:21:44 +02:00
2021-04-30 14:54:55 +02:00
2021-04-30 14:53:16 +02:00
2021-04-09 22:53:50 +02:00
2021-04-24 11:25:33 +02:00
2021-04-09 23:15:19 +02:00
2021-04-28 23:40:44 +02:00
2021-04-13 21:18:56 +02:00
2021-05-04 22:32:46 +02:00
2021-04-11 21:33:36 +02:00
2021-04-15 21:08:17 +02:00
2021-04-04 16:46:45 +02:00
2021-05-01 15:00:18 +02:00
2021-04-20 23:22:29 +02:00
2021-04-19 22:26:25 +02:00
2021-04-20 22:19:58 +02:00
2021-04-05 18:18:16 +02:00
2021-04-06 09:39:11 +02:00
2021-04-28 12:11:43 +02:00
2021-04-11 11:36:55 +02:00
2021-04-11 21:17:02 +02:00
2021-04-20 23:22:29 +02:00
2021-04-20 23:22:29 +02:00
2021-04-10 10:31:27 +02:00
2021-04-07 21:23:02 +02:00
2021-04-06 09:38:22 +02:00
2021-04-20 23:22:29 +02:00
2021-05-04 21:19:57 +02:00
2021-05-01 15:00:18 +02:00
2021-04-22 23:02:18 +02:00
2021-05-04 21:17:24 +02:00
2021-05-01 15:00:18 +02:00
2021-04-23 23:19:48 +02:00
2021-04-11 20:06:42 +02:00
2021-04-09 22:46:18 +02:00
2021-04-30 09:45:17 +02:00
2021-04-11 20:03:19 +02:00
2021-04-05 18:19:56 +02:00
2021-04-26 21:54:21 +02:00
2021-04-20 23:22:29 +02:00
2021-04-17 08:58:43 +02:00
2021-04-19 22:23:55 +02:00
2021-04-20 23:22:29 +02:00
2021-04-17 09:05:26 +02:00
2021-04-25 21:30:11 +02:00
2021-04-06 09:35:15 +02:00
2021-05-04 22:06:44 +02:00
2021-04-11 20:11:52 +02:00
2021-04-05 18:21:16 +02:00
2021-04-26 21:52:34 +02:00
2021-04-19 22:26:46 +02:00
2021-04-22 21:36:51 +02:00
2021-04-05 18:20:40 +02:00
2021-04-20 23:22:30 +02:00
2021-04-23 23:20:56 +02:00
2021-04-19 22:34:39 +02:00
2021-05-04 21:22:52 +02:00
2021-04-24 18:15:54 +02:00
2021-04-21 22:44:16 +02:00
2021-04-25 22:34:00 +02:00
2021-04-21 22:46:58 +02:00
2021-05-04 22:14:37 +02:00
2021-04-20 23:27:51 +02:00
2021-04-23 23:21:19 +02:00
2021-04-05 11:04:31 +02:00
2021-04-30 09:44:53 +02:00
2021-04-19 23:21:26 +02:00
2021-04-26 21:27:29 +02:00
2021-04-04 16:46:06 +02:00
2021-04-19 22:51:43 +02:00
2021-04-19 22:45:06 +02:00
2021-04-28 12:12:48 +02:00
2021-04-19 22:18:27 +02:00
2021-04-20 23:23:13 +02:00
2021-04-28 23:44:27 +02:00
2021-05-04 21:28:17 +02:00
2021-04-24 18:14:10 +02:00
2021-04-24 18:14:28 +02:00
2021-04-23 23:19:32 +02:00
2021-04-07 23:24:25 +02:00
2021-04-23 23:19:32 +02:00
2021-04-19 22:26:28 +02:00
2021-04-29 11:15:07 +02:00
2021-04-29 11:15:07 +02:00
2021-04-28 23:44:33 +02:00
2021-04-28 23:44:36 +02:00
2021-04-28 23:40:21 +02:00
2021-04-15 23:07:01 +02:00
2021-05-05 21:40:54 +02:00
2021-04-06 13:19:55 +02:00
2021-04-11 21:36:30 +02:00
2021-04-19 23:45:02 +02:00
2021-04-11 21:35:38 +02:00
2021-04-25 10:51:51 +02:00
2021-04-05 18:29:59 +02:00
2021-04-24 11:28:04 +02:00
2021-04-20 22:18:20 +02:00
2021-04-09 23:29:05 +02:00
2021-04-09 21:13:11 +02:00
2021-05-01 14:30:54 +02:00
2021-04-07 11:21:12 +02:00
2021-04-24 22:07:45 +02:00
2021-04-22 22:57:42 +02:00
2021-04-19 22:35:43 +02:00
2021-05-05 22:28:47 +02:00
2021-05-05 22:28:47 +02:00
2021-04-09 21:20:13 +02:00
2021-04-04 16:46:25 +02:00
2021-04-20 23:23:13 +02:00
2021-04-23 23:17:24 +02:00
2021-04-20 23:23:13 +02:00
2021-04-24 22:46:42 +02:00
2021-04-24 22:46:43 +02:00
2021-04-24 22:46:44 +02:00
2021-04-24 22:46:46 +02:00
2021-04-24 22:46:47 +02:00
2021-04-24 22:46:48 +02:00
2021-04-24 22:46:50 +02:00
2021-04-24 22:46:51 +02:00
2021-04-24 22:46:53 +02:00
2021-04-30 14:55:14 +02:00
2021-05-05 21:39:46 +02:00
2021-04-20 23:23:13 +02:00
2021-05-01 15:00:18 +02:00
2021-04-20 23:23:13 +02:00
2021-04-26 22:15:54 +02:00
2021-04-23 23:20:36 +02:00
2021-04-20 23:23:13 +02:00
2021-04-26 21:17:41 +02:00
2021-04-06 09:28:12 +02:00
2021-04-20 23:23:13 +02:00
2021-04-05 18:15:42 +02:00
2021-04-06 09:28:28 +02:00
2021-04-10 10:28:57 +02:00
2021-04-22 21:51:55 +02:00
2021-04-20 23:23:13 +02:00
2021-04-11 21:14:43 +02:00
2021-04-06 09:31:12 +02:00
2021-04-20 21:29:41 +02:00
2021-04-05 18:13:57 +02:00
2021-04-06 09:41:16 +02:00
2021-04-22 21:34:02 +02:00
2021-04-05 09:28:34 +02:00
2021-04-05 18:14:05 +02:00
2021-04-07 09:26:25 +02:00
2021-04-26 19:54:11 +02:00
2021-04-05 18:14:13 +02:00
2021-04-05 18:34:10 +02:00
2021-04-05 09:30:14 +02:00
2021-04-20 22:47:42 +02:00
2021-04-05 09:26:16 +02:00
2021-04-21 23:25:40 +02:00
2021-04-22 21:34:49 +02:00
2021-04-12 22:25:13 +02:00
2021-04-10 10:30:09 +02:00
2021-04-06 22:28:19 +02:00
2021-04-06 09:29:08 +02:00
2021-04-06 09:37:59 +02:00
2021-04-21 23:14:11 +02:00
2021-04-05 18:22:55 +02:00
2021-04-05 18:15:42 +02:00
2021-04-05 11:41:53 +02:00
2021-04-09 21:15:56 +02:00
2021-04-21 22:43:25 +02:00
2021-04-05 18:16:44 +02:00
2021-04-11 21:20:42 +02:00
2021-04-05 18:33:19 +02:00
2021-04-05 18:22:44 +02:00
2021-04-06 09:29:18 +02:00
2021-04-06 09:30:26 +02:00
2021-04-06 09:28:28 +02:00
2021-04-05 11:06:44 +02:00
2021-04-06 09:33:50 +02:00
2021-04-10 10:28:57 +02:00
2021-04-05 11:06:44 +02:00
2021-04-05 09:29:26 +02:00
2021-04-05 09:29:06 +02:00
2021-04-05 18:16:08 +02:00
2021-04-24 18:15:49 +02:00
2021-04-22 21:51:55 +02:00
2021-05-01 14:41:11 +02:00
2021-04-05 18:19:38 +02:00
2021-04-06 09:40:44 +02:00
2021-04-24 18:15:16 +02:00
2021-04-05 11:41:55 +02:00
2021-04-06 09:40:24 +02:00
2021-04-05 18:16:23 +02:00
2021-04-28 23:38:17 +02:00
2021-04-05 11:41:54 +02:00
2021-04-05 11:41:57 +02:00
2021-04-06 22:22:09 +02:00
2021-04-05 18:25:06 +02:00
2021-04-10 10:29:10 +02:00
2021-04-06 22:27:42 +02:00
2021-04-04 16:45:19 +02:00
2021-04-15 21:07:35 +02:00
2021-04-06 22:32:36 +02:00
2021-04-22 23:49:30 +02:00
2021-04-11 20:04:11 +02:00
2021-04-23 22:34:17 +02:00
2021-04-20 23:23:13 +02:00
2021-04-20 23:23:13 +02:00
2021-04-24 11:28:05 +02:00
2021-04-24 22:07:45 +02:00
2021-05-04 21:28:17 +02:00
2021-05-04 21:28:17 +02:00
2021-05-04 21:28:17 +02:00
2021-05-04 21:28:17 +02:00
2021-05-04 21:28:17 +02:00
2021-05-04 21:28:17 +02:00
2021-05-04 21:28:17 +02:00
2021-04-30 14:54:32 +02:00
2021-05-01 14:46:15 +02:00
2021-04-26 21:59:39 +02:00
2021-04-22 21:21:51 +02:00
2021-04-04 16:46:59 +02:00
2021-05-04 21:28:17 +02:00
2021-04-11 20:15:37 +02:00
2021-04-29 11:13:22 +02:00
2021-05-01 14:21:55 +02:00
2021-04-19 22:54:46 +02:00
2021-04-10 10:28:41 +02:00
2021-04-05 09:25:13 +02:00
2021-04-20 23:23:13 +02:00
2021-04-17 09:07:26 +02:00
2021-04-20 23:23:13 +02:00
2021-04-24 11:28:06 +02:00
2021-04-29 11:15:42 +02:00
2021-04-20 23:13:34 +02:00
2021-04-17 09:32:32 +02:00
2021-04-07 21:27:05 +02:00
2021-04-25 10:42:07 +02:00
2021-04-28 12:11:58 +02:00
2021-04-24 18:15:04 +02:00
2021-04-07 21:07:37 +02:00
2021-05-01 15:00:18 +02:00
2021-04-26 21:05:20 +02:00
2021-04-05 18:25:28 +02:00
2021-04-07 23:24:25 +02:00
2021-04-28 12:11:51 +02:00
2021-04-15 23:34:37 +02:00
2021-04-06 09:38:31 +02:00
2021-04-19 23:28:25 +02:00
2021-04-13 23:08:17 +02:00
2021-05-05 21:33:58 +02:00
2021-05-06 22:58:54 +02:00